generated from coop-cloud/example
Version v3.0.0; sync labels
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
422761c58a
commit
0759427c57
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user