more work on traefik
This commit is contained in:
11
docker-compose-generator/docker-fragments/postgres.yml
Normal file
11
docker-compose-generator/docker-fragments/postgres.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
restart: unless-stopped
|
||||
image: postgres:9.6.5
|
||||
volumes:
|
||||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
|
||||
volumes:
|
||||
postgres_datadir:
|
||||
Reference in New Issue
Block a user