mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-18 05:53:47 +00:00
Update docker-compose.yml
This commit is contained in:
parent
eef2bfce14
commit
ba3d054f0f
@ -11,12 +11,14 @@ services:
|
|||||||
POSTGRES_DB: "test"
|
POSTGRES_DB: "test"
|
||||||
volumes:
|
volumes:
|
||||||
- "./db/:/var/lib/postgresql/data"
|
- "./db/:/var/lib/postgresql/data"
|
||||||
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
plaguposter:
|
plaguposter:
|
||||||
image: insanusmokrassar/plaguposter:latest
|
image: insanusmokrassar/plaguposter:latest
|
||||||
container_name: "plaguposter"
|
container_name: "plaguposter"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
volumes:
|
volumes:
|
||||||
- "./config.json:/config.json"
|
- "./config.json:/config.json"
|
||||||
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "plaguposter_postgres"
|
- "plaguposter_postgres"
|
||||||
links:
|
links:
|
||||||
|
Loading…
Reference in New Issue
Block a user