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