Updated port and added into caddy_network
This commit is contained in:
parent
31b60215f1
commit
e80b342f4b
1 changed files with 4 additions and 1 deletions
|
|
@ -34,11 +34,12 @@ services:
|
|||
- PHP_MEMORY_LIMIT=512M
|
||||
- MATOMO_ENABLE_FORCE_SSL=1
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "5000:80"
|
||||
depends_on:
|
||||
- db
|
||||
networks:
|
||||
- matomo_network
|
||||
- caddy_network
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
||||
interval: 30s
|
||||
|
|
@ -56,3 +57,5 @@ volumes:
|
|||
networks:
|
||||
matomo_network:
|
||||
driver: bridge
|
||||
caddy_network:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue