This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git omits 63b8492 Migration vers Hetzner new 6508c8c Migration vers Hetzner This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (63b8492) \ N -- N -- N refs/heads/bow-v2-go (6508c8c) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 6508c8cf6d0e49774f3690606aeb39113eb42cb4 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Thu Dec 9 14:32:52 2021 +0100 Migration vers Hetzner Summary of changes: docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 6508c8cf6d0e49774f3690606aeb39113eb42cb4 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Thu Dec 9 14:32:52 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..b056cd4 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/bow-db:/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>.
participants (1)
-
chorem.org scm