github -> gitea
All checks were successful
Build and Push Docker Image / build (push) Successful in 39s

This commit is contained in:
Pihkaal
2025-12-22 15:44:11 +01:00
parent 1cbd752977
commit 877402090f
3 changed files with 33 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
services:
postgres:
container_name: lbf-bot-postgres
image: postgres:17-alpine
restart: unless-stopped
environment:
@@ -17,6 +18,7 @@ services:
retries: 5
redis:
container_name: lbf-bot-redis
image: redis:7-alpine
restart: unless-stopped
volumes:
@@ -25,7 +27,8 @@ services:
- lbf-network
discord-bot:
image: pihkaal/lbf-bot-discord-bot:latest
container_name: lbf-bot
image: git.pihkaal.xyz/pihkaal/lbf-bot:latest
restart: unless-stopped
depends_on:
postgres: