Update NetBox and Postgres images in docker-compose

This commit is contained in:
drice000
2026-01-03 22:55:25 -05:00
committed by GitHub
parent f1b6f8c59f
commit 2e53aa6f3c

View File

@@ -2,7 +2,7 @@ version: "3.8"
services:
netbox: &netbox
image: docker.io/netboxcommunity/netbox:latest
image: docker.io/netboxcommunity/netbox:v4.4-3.4.1
depends_on:
- postgres
- redis
@@ -41,7 +41,7 @@ services:
interval: 15s
postgres:
image: docker.io/postgres:17-alpine
image: docker.io/postgres:16-alpine
env_file: env/postgres.env
networks:
NetBoxNet: