Rename "local-net" to default and fix healthcheck network
This commit is contained in:
parent
c32e305eb3
commit
1d074bf14b
9 changed files with 10 additions and 29 deletions
_ansible/roles/healthcheck/files
|
@ -10,6 +10,7 @@ x-common-elements:
|
|||
- service.env
|
||||
volumes:
|
||||
- ./data/:/opt
|
||||
network_mode: host
|
||||
|
||||
services:
|
||||
http:
|
||||
|
@ -21,8 +22,3 @@ services:
|
|||
mail:
|
||||
<<: *common-elements
|
||||
command: "/opt/mail"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: healthcheck
|
||||
external: true
|
||||
|
|
Reference in a new issue