Changed docker-compose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user