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 - PHP_MEMORY_LIMIT=512M
- MATOMO_ENABLE_FORCE_SSL=1 - MATOMO_ENABLE_FORCE_SSL=1
ports: ports:
- "8080:80" - "5000:80"
depends_on: depends_on:
- db - db
networks: networks:
- matomo_network - matomo_network
- caddy_network
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 30s interval: 30s
@ -56,3 +57,5 @@ volumes:
networks: networks:
matomo_network: matomo_network:
driver: bridge driver: bridge
caddy_network:
external: true