This commit is contained in:
2026-03-17 20:17:25 +01:00
parent 07f40c5f2a
commit db579e8541

View File

@@ -4,9 +4,6 @@ services:
depends_on: depends_on:
postgres: postgres:
condition: service_started condition: service_started
dns:
- 192.168.77.1
- 192.168.77.101
environment: environment:
SECRET_MYPASSWORD: bDRjMWo0eWQzM0R1NWxv SECRET_MYPASSWORD: bDRjMWo0eWQzM0R1NWxv
SECRET_GITLAB: Z2xwYXQtdWotbi1lRWZUWTM5OFBFNHZLU1M= SECRET_GITLAB: Z2xwYXQtdWotbi1lRWZUWTM5OFBFNHZLU1M=
@@ -41,7 +38,6 @@ services:
server: server:
cors: cors:
enabled: true enabled: true
image: ${DOCKER_REGISTRY:-}kestra/kestra:${KESTRA_VERSION:-latest} image: ${DOCKER_REGISTRY:-}kestra/kestra:${KESTRA_VERSION:-latest}
labels: labels:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'