Fix: WordPress zum coolify Network hinzufügen für Traefik-Zugriff

🤖 Generated with Claude Code
This commit is contained in:
2025-12-17 13:42:56 +01:00
parent 63d99fa2ce
commit 158b2ede8d

View File

@@ -36,6 +36,7 @@ services:
- redis - redis
networks: networks:
- internal - internal
- coolify
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"] test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"]
interval: 30s interval: 30s
@@ -104,3 +105,5 @@ volumes:
networks: networks:
internal: internal:
driver: bridge driver: bridge
coolify:
external: true