github -> gitea
All checks were successful
Build and Push Docker Image / build (push) Successful in 39s
All checks were successful
Build and Push Docker Image / build (push) Successful in 39s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user