mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Compare commits
5 commits
2ad6fdfe7f
...
b618c91d9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b618c91d9d | ||
|
|
95c201f416 | ||
|
|
6967b2ca34 | ||
|
|
93b5dec3f8 | ||
|
|
7d6f00662c |
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
netbox: &netbox
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
|
@ -43,7 +43,7 @@ services:
|
|||
retries: 5
|
||||
env_file: env/postgres.env
|
||||
volumes:
|
||||
- netbox-postgres-data:/var/lib/postgresql/data
|
||||
- netbox-postgres-data:/var/lib/postgresql
|
||||
|
||||
# redis
|
||||
redis:
|
||||
|
|
|
|||
Loading…
Reference in a new issue