mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 16:38:04 +02:00
upgrade yaml version to 3 and change postgresql version
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
version: '2'
|
||||
|
||||
# Define named volumes
|
||||
volumes:
|
||||
caddy_data:
|
||||
@ -30,7 +28,7 @@ services:
|
||||
- postgres
|
||||
|
||||
postgres:
|
||||
image: postgres:13-bullseye
|
||||
image: postgres:${POSTGRES_MAJOR_VERSION:-17}-bullseye
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
env_file: docker.env
|
||||
|
Reference in New Issue
Block a user