mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Update NetBox and Postgres images in docker-compose
This commit is contained in:
parent
f1b6f8c59f
commit
2e53aa6f3c
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
netbox: &netbox
|
netbox: &netbox
|
||||||
image: docker.io/netboxcommunity/netbox:latest
|
image: docker.io/netboxcommunity/netbox:v4.4-3.4.1
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
@ -41,7 +41,7 @@ services:
|
||||||
interval: 15s
|
interval: 15s
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/postgres:17-alpine
|
image: docker.io/postgres:16-alpine
|
||||||
env_file: env/postgres.env
|
env_file: env/postgres.env
|
||||||
networks:
|
networks:
|
||||||
NetBoxNet:
|
NetBoxNet:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue