feat: add shannon
This commit is contained in:
@@ -38,7 +38,6 @@ services:
|
||||
windmill-server:
|
||||
<<: *defaults
|
||||
image: ${GHCR_IO_REGISTRY:-ghcr.io}/windmill-labs/windmill:${WINDMILL_VERSION:-main}
|
||||
container_name: windmill-server
|
||||
ports:
|
||||
- '${WINDMILL_PORT_OVERRIDE:-8000}:8000'
|
||||
environment:
|
||||
@@ -83,7 +82,6 @@ services:
|
||||
windmill-worker:
|
||||
<<: *defaults
|
||||
image: ${GHCR_IO_REGISTRY:-ghcr.io}/windmill-labs/windmill:${WINDMILL_VERSION:-main}
|
||||
container_name: windmill-worker
|
||||
environment:
|
||||
# Database configuration
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable
|
||||
@@ -117,7 +115,6 @@ services:
|
||||
postgres:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-}postgres:${POSTGRES_VERSION:-16-alpine}
|
||||
container_name: windmill-postgres
|
||||
environment:
|
||||
- POSTGRES_DB=${POSTGRES_DB:-windmill}
|
||||
- POSTGRES_USER=${POSTGRES_USER:-windmill}
|
||||
@@ -144,7 +141,6 @@ services:
|
||||
windmill-lsp:
|
||||
<<: *defaults
|
||||
image: ${GHCR_IO_REGISTRY:-ghcr.io}/windmill-labs/windmill-lsp:${WINDMILL_LSP_VERSION:-latest}
|
||||
container_name: windmill-lsp
|
||||
profiles:
|
||||
- dev
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user