matomo on externalnet
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-05-07 21:11:45 +01:00
parent a14ddf7f3d
commit fa23654cf4
1 changed files with 4 additions and 0 deletions

View File

@ -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