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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: