mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-06 11:36:37 +00:00
🐳 Extracted postgres env into new file
This commit is contained in:
@@ -14,10 +14,8 @@ services:
|
||||
- test
|
||||
postgres:
|
||||
image: postgres:9.6-alpine
|
||||
environment:
|
||||
POSTGRES_USER: netbox
|
||||
POSTGRES_PASSWORD: J5brHrAXFLQSif0K
|
||||
POSTGRES_DB: netbox
|
||||
env_file: postgres.env
|
||||
|
||||
volumes:
|
||||
netbox-static-files:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user