Compare commits

..

2 commits

Author SHA1 Message Date
Tobias Genannt c0ead010ec
Merge pull request #1571 from tobiasge/fix-pg-volume
Some checks are pending
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Waiting to run
push / Checks syntax of our code (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Waiting to run
Changed volume to match upstream image
2026-01-07 14:53:42 +01:00
Tobias Genannt ebba20d02b Changed volume to match upstream image 2026-01-07 14:18:31 +01:00

View file

@ -43,7 +43,7 @@ services:
retries: 5 retries: 5
env_file: env/postgres.env env_file: env/postgres.env
volumes: volumes:
- netbox-postgres-data:/var/lib/postgresql/data - netbox-postgres:/var/lib/postgresql
# redis # redis
redis: redis:
@ -75,7 +75,7 @@ services:
volumes: volumes:
netbox-media-files: netbox-media-files:
driver: local driver: local
netbox-postgres-data: netbox-postgres:
driver: local driver: local
netbox-redis-cache-data: netbox-redis-cache-data:
driver: local driver: local