mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-03-18 15:50:48 +01:00
build
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user