feat: add shannon
This commit is contained in:
@@ -36,7 +36,6 @@ services:
|
||||
kestra:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-}kestra/kestra:${KESTRA_VERSION:-latest-full}
|
||||
container_name: kestra
|
||||
command: server standalone
|
||||
ports:
|
||||
- '${KESTRA_PORT_OVERRIDE:-8080}:8080'
|
||||
@@ -93,7 +92,6 @@ services:
|
||||
postgres:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-}postgres:${POSTGRES_VERSION:-16-alpine}
|
||||
container_name: kestra-postgres
|
||||
environment:
|
||||
- POSTGRES_DB=${POSTGRES_DB:-kestra}
|
||||
- POSTGRES_USER=${POSTGRES_USER:-kestra}
|
||||
|
||||
Reference in New Issue
Block a user