This commit is contained in:
2024-12-17 23:26:14 -06:00
parent 45f89d68bb
commit 20416b2045
10 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
condition: service_healthy
image: docuseal/docuseal:latest
ports:
- '3069:3000'
- '${APP_PORT}:3000'
environment:
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/docuseal
ROOT_DIR: ${ROOT_DIR}