From 9e778e86692599f824d0b218ea1128600090c697 Mon Sep 17 00:00:00 2001 From: Titouan V <39600279+titouv@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:42:03 +0200 Subject: [PATCH] Update templates/compose/cap.yaml Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/cap.yaml | 1 - 1 file changed, 1 deletion(-) 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}'