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
|
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:18
|
||||||
volumes:
|
volumes:
|
||||||
- './pg_data:/var/lib/postgresql/data'
|
- './pg_data:/var/lib/postgresql/18/docker'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
@@ -34,6 +34,6 @@ services:
|
|||||||
- 443:443
|
- 443:443
|
||||||
- 443:443/udp
|
- 443:443/udp
|
||||||
volumes:
|
volumes:
|
||||||
- .:/data
|
- ./caddy:/data/caddy
|
||||||
environment:
|
environment:
|
||||||
- HOST=${HOST}
|
- HOST=${HOST}
|
||||||
|
|||||||
Reference in New Issue
Block a user