Merge branch 'bdlamprecht-master'

This commit is contained in:
Christian Mäder 2018-01-12 14:10:22 +01:00
commit 286c6ed50f
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@ services:
postgres:
image: postgres:9.6-alpine
env_file: postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data
volumes:
netbox-static-files:
@ -37,3 +39,5 @@ volumes:
driver: local
netbox-report-files:
driver: local
netbox-postgres-data:
driver: local