Changed docker-compose

This commit is contained in:
2024-08-26 22:07:13 +02:00
parent 17896844a5
commit 1acca9e17a

View File

@@ -1,4 +1,4 @@
version: '3.7' ---
services: services:
illegitimate: illegitimate:
container_name: illegitimate container_name: illegitimate
@@ -16,9 +16,11 @@ services:
- HYPIXELAPIKEY=${HYPIXELAPIKEY} - HYPIXELAPIKEY=${HYPIXELAPIKEY}
- REDISURI=${REDISURI} - REDISURI=${REDISURI}
- POSTGRESURI=${POSTGRESURI} - POSTGRESURI=${POSTGRESURI}
depends_on:
- db
db: db:
container_name: postgres container_name: postgres
image: postgres image: illegitimate-postgres
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: journald driver: journald