i think its finished

This commit is contained in:
2026-01-12 20:00:43 +01:00
parent 0982a0bd7b
commit 009f5f7db7
9 changed files with 184 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ services:
restart: always
env_file: ./app/.env.db
ports:
- "127.0.0.1:5423:5423"
- "127.0.0.1:5432:5432"
volumes:
- ./data/postgres:/var/lib/postgresql/data
healthcheck:
@@ -25,6 +25,12 @@ services:
condition: service_healthy
restart: on-failure
cache:
image: redis:8
restart: always
volumes:
- ./data/redis:/data
discord-bot:
build:
context: ./discord