feat(templates): add new service templates and update existing compose files for various applications
This commit is contained in:
@@ -23,10 +23,10 @@ services:
|
||||
windmill-server:
|
||||
image: ghcr.io/windmill-labs/windmill:main
|
||||
environment:
|
||||
- SERVICE_FQDN_WINDMILL_8000
|
||||
- SERVICE_URL_WINDMILL_8000
|
||||
- DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@db/${POSTGRES_DB:-windmill-db}
|
||||
- MODE=server
|
||||
- BASE_URL=${SERVICE_FQDN_WINDMILL}
|
||||
- BASE_URL=${SERVICE_URL_WINDMILL}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user