This commit is contained in:
Pete Matsyburka
2026-01-13 19:58:54 +02:00
parent 2fe32a2145
commit f8be19c20e
+3 -3
View File
@@ -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}