Merge pull request #508 from netbox-community/renovate/postgres-13.x

Update postgres Docker tag to v13
This commit is contained in:
Tobias Genannt 2021-05-18 14:22:45 +02:00 committed by GitHub
commit 0def662e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ services:
ports: ports:
- 8080 - 8080
postgres: postgres:
image: postgres:12-alpine image: postgres:13-alpine
env_file: env/postgres.env env_file: env/postgres.env
redis: redis:
image: redis:6-alpine image: redis:6-alpine

View File

@ -29,7 +29,7 @@ services:
# postgres # postgres
postgres: postgres:
image: postgres:12-alpine image: postgres:13-alpine
env_file: env/postgres.env env_file: env/postgres.env
volumes: volumes:
- netbox-postgres-data:/var/lib/postgresql/data - netbox-postgres-data:/var/lib/postgresql/data