Version v3.0.0; sync labels
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2021-04-05 01:15:11 +02:00
parent 422761c58a
commit 0759427c57

View File

@ -1,13 +1,11 @@
---
version: "3.8" version: "3.8"
services: services:
app: app:
image: "boky/postfix:v3.0.0" image: "boky/postfix:v3.0.0"
networks: networks:
- proxy - proxy
healthcheck: 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 interval: 10s
timeout: 5s timeout: 5s
start_period: 10s start_period: 10s
@ -35,6 +33,7 @@ services:
#- "traefik.tcp.routers.${STACK_NAME}.tls=true" #- "traefik.tcp.routers.${STACK_NAME}.tls=true"
#- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp" #- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp"
- coop-cloud.${STACK_NAME}.app.version=v3.0.0-282de498
networks: networks:
proxy: proxy:
external: true external: true