mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
pg 18
This commit is contained in:
+3
-3
@@ -13,9 +13,9 @@ services:
|
||||
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal
|
||||
|
||||
postgres:
|
||||
image: postgres:15
|
||||
image: postgres:18
|
||||
volumes:
|
||||
- './pg_data:/var/lib/postgresql/data'
|
||||
- './pg_data:/var/lib/postgresql/18/docker'
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
@@ -34,6 +34,6 @@ services:
|
||||
- 443:443
|
||||
- 443:443/udp
|
||||
volumes:
|
||||
- .:/data
|
||||
- ./caddy:/data/caddy
|
||||
environment:
|
||||
- HOST=${HOST}
|
||||
|
||||
Reference in New Issue
Block a user