mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-24 14:52:35 +00:00
...
This commit is contained in:
@@ -5,9 +5,7 @@ services:
|
||||
- netbox
|
||||
ports:
|
||||
- 8000:8080
|
||||
environment:
|
||||
DB_HOST: ${DB_HOST}
|
||||
DB_USER: ${DB_USER}
|
||||
env-file: stack.env
|
||||
configs:
|
||||
- source: configuration.py
|
||||
target: /etc/netbox/config/configuration.py
|
||||
@@ -35,18 +33,16 @@ services:
|
||||
- netbox
|
||||
redis:
|
||||
restart: unless-stopped
|
||||
env-file: stack.env
|
||||
secrets:
|
||||
- redis-password
|
||||
environment:
|
||||
REDIS_PASSWORD: ${REDIS_PASSWORD}
|
||||
networks:
|
||||
- netbox
|
||||
redis-cache:
|
||||
restart: unless-stopped
|
||||
env-file: stack.env
|
||||
secrets:
|
||||
- redis-password
|
||||
environment:
|
||||
REDIS_PASSWORD: ${REDIS_PASSWORD}
|
||||
networks:
|
||||
- netbox
|
||||
|
||||
|
||||
Reference in New Issue
Block a user