This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 63b8492fe7e013c74c118cd19ea07f9dfc8d4a5a Author: Andrés Maldonado <maldonado@codelutin.com> Date: Thu Dec 9 14:28:24 2021 +0100 Migration vers Hetzner --- docker/docker-compose.yml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 895d1df..63fc34c 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,21 +1,11 @@ version: '3.7' networks: - traefik-net: - external: true caddy: external: true telemetry: external: true -volumes: - postgresql_data: - name: volume-bow-postresql - driver: cinder - driver_opts: - size: 1 - type: 'high-speed' - configs: readability_script_js: file: configs/readability.js @@ -24,7 +14,6 @@ services: bow: image: registry.nuiton.org/chorem/bow:$CI_COMMIT_REF_SLUG networks: - - traefik-net - caddy - default environment: @@ -42,7 +31,7 @@ services: deploy: placement: constraints: - - node.labels.function == saas + - node.labels.region_name==FSN1 resources: # limits: # cpus: '0.60' @@ -67,7 +56,7 @@ services: POSTGRES_USER: 'dbuser' POSTGRES_PASSWORD: 'xxxxxxxx' volumes: - - 'postgresql_data:/var/lib/postgresql/data:rw' + - '/dbvol/postgresql_data:/var/lib/postgresql/data:rw' logging: driver: 'json-file' options: @@ -76,7 +65,7 @@ services: deploy: placement: constraints: - - node.labels.function==saas + - node.labels.region_name==FSN1 resources: # limits: # cpus: '0.60' @@ -106,7 +95,7 @@ services: deploy: placement: constraints: - - node.labels.function==saas + - node.labels.region_name==FSN1 resources: # limits: # cpus: '0.60' @@ -131,7 +120,7 @@ services: deploy: placement: constraints: - - node.labels.function == saas + - node.labels.region_name==FSN1 resources: # limits: # cpus: '0.60' @@ -151,7 +140,7 @@ services: deploy: placement: constraints: - - node.labels.function == saas + - node.labels.region_name==FSN1 resources: # limits: # cpus: '0.60' @@ -177,7 +166,7 @@ services: deploy: placement: constraints: - - node.labels.function == saas + - node.labels.region_name==FSN1 resources: # limits: # cpus: '0.60' -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.