so i have a service working fine on pdf.crownparkcomputing.com. i have tried to copy setup for uptime-kuma and ghost but always get 404 error. here is my compose. i have set GHOST_HOST to https://test.crowparkcomputing.com
''services: ghost: image: ghost:5-alpine restart: always environment: databaseclient: mysql databaseconnectionhost: db databaseconnectionuser: root databaseconnectionpassword: example databaseconnection__database: ghost url: http://${GHOST_HOST} labels: - traefik.enable=true - traefik.http.routers.test.rule=Host(