From 0759427c57ba8d8af94b993160d83bd956f7ecdb Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 5 Apr 2021 01:15:11 +0200 Subject: [PATCH] Version v3.0.0; sync labels --- compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index d556a0c..9da6d0b 100644 --- a/compose.yml +++ b/compose.yml @@ -1,13 +1,11 @@ ---- version: "3.8" - services: app: image: "boky/postfix:v3.0.0" networks: - proxy healthcheck: - test: [ "CMD", "sh", "-c", "netstat -an | fgrep 587 | fgrep -q LISTEN" ] + test: ["CMD", "sh", "-c", "netstat -an | fgrep 587 | fgrep -q LISTEN"] interval: 10s timeout: 5s start_period: 10s @@ -35,6 +33,7 @@ services: #- "traefik.tcp.routers.${STACK_NAME}.tls=true" #- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp" + - coop-cloud.${STACK_NAME}.app.version=v3.0.0-282de498 networks: proxy: external: true