Updated more things with postgres move
This commit is contained in:
@@ -9,14 +9,13 @@ services:
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: journald
|
||||
volumes:
|
||||
- ${DB_PATH}:/app/data
|
||||
environment:
|
||||
- TOKEN=${TOKEN}
|
||||
- MONGOURI=${MONGOURI}
|
||||
- DEV=${DEV}
|
||||
- HYPIXELAPIKEY=${HYPIXELAPIKEY}
|
||||
- REDISURI=${REDISURI}
|
||||
- POSTGRESURI=${POSTGRESURI}
|
||||
db:
|
||||
container_name: postgres
|
||||
image: postgres
|
||||
|
||||
Reference in New Issue
Block a user