mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-03 00:15:46 +02:00
upgrade yaml version to 3 and change postgresql version
This commit is contained in:
parent
07e5eff73e
commit
db5e67c726
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user