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
|
||||
networks:
|
||||
- appnet
|
||||
- externalnet
|
||||
matomo-mariadb:
|
||||
deploy:
|
||||
placement:
|
||||
|
@ -594,6 +595,9 @@ networks:
|
|||
appnet:
|
||||
driver: overlay
|
||||
#external: true
|
||||
externalnet:
|
||||
driver: overlay
|
||||
external: true
|
||||
secrets:
|
||||
'registry-cert':
|
||||
file: .certificates/registry.crt
|
||||
|
|
Reference in New Issue