Update templates/compose/cap.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
Titouan V 2025-10-14 23:42:03 +02:00 committed by GitHub
parent b86b7d5808
commit 9e778e8669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}'