mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 09:01:02 +00:00
Update docker-compose.yml
This commit is contained in:
parent
e9c26dac8e
commit
4aa0e4d1f1
|
@ -7,7 +7,6 @@ services:
|
||||||
container_name: docuseal
|
container_name: docuseal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- FORCE_SSL=${HOST}
|
|
||||||
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal
|
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/docuseal/data:/data
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/docuseal/data:/data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user