matomo on externalnet
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a14ddf7f3d
commit
fa23654cf4
|
@ -397,6 +397,7 @@ services:
|
||||||
- ./matomo/matomo.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./matomo/matomo.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
matomo-mariadb:
|
matomo-mariadb:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
@ -594,6 +595,9 @@ networks:
|
||||||
appnet:
|
appnet:
|
||||||
driver: overlay
|
driver: overlay
|
||||||
#external: true
|
#external: true
|
||||||
|
externalnet:
|
||||||
|
driver: overlay
|
||||||
|
external: true
|
||||||
secrets:
|
secrets:
|
||||||
'registry-cert':
|
'registry-cert':
|
||||||
file: .certificates/registry.crt
|
file: .certificates/registry.crt
|
||||||
|
|
Reference in New Issue