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:
illegitimate:
container_name: illegitimate
@@ -16,9 +16,11 @@ services:
- HYPIXELAPIKEY=${HYPIXELAPIKEY}
- REDISURI=${REDISURI}
- POSTGRESURI=${POSTGRESURI}
depends_on:
- db
db:
container_name: postgres
image: postgres
image: illegitimate-postgres
restart: unless-stopped
logging:
driver: journald