Updated port and added into caddy_network

This commit is contained in:
TheMaddax 2024-12-11 20:43:49 -06:00
parent 31b60215f1
commit e80b342f4b

View file

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