docuseal/docker-compose.yml aktualisiert
This commit is contained in:
@@ -7,7 +7,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- data
|
- .:/data
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# FORCE_SSL: 'true'
|
# FORCE_SSL: 'true'
|
||||||
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/docuseal
|
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/docuseal
|
||||||
@@ -16,7 +17,8 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
volumes:
|
volumes:
|
||||||
- pg_data:/var/lib/postgresql/data'
|
- './pg_data:/var/lib/postgresql/data'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
@@ -27,6 +29,4 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
pg_data:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user