diff --git a/templates/compose/cap.yaml b/templates/compose/cap.yaml index a7dd45249..1795436e6 100644 --- a/templates/compose/cap.yaml +++ b/templates/compose/cap.yaml @@ -31,7 +31,6 @@ services: cap-web: container_name: cap-web image: 'ghcr.io/capsoftware/cap-web:latest' - restart: unless-stopped environment: - SERVICE_URL_CAP_3000 - 'DATABASE_URL=mysql://$SERVICE_USER_MYSQL:$SERVICE_PASSWORD_MYSQL@cap-db:3306/${MYSQL_DATABASE:-planetscale}'