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
networks:
- internal
- coolify
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"]
interval: 30s
@@ -104,3 +105,5 @@ volumes:
networks:
internal:
driver: bridge
coolify:
external: true