We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0900b16 commit e92425cCopy full SHA for e92425c
1 file changed
services/formbricks/.env
@@ -3,8 +3,8 @@
3
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4
5
# Service Configuration
6
-SERVICE= # Service name (e.g., adguard). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7
-IMAGE_URL= # Docker image URL from container registry (e.g., adguard/adguard-home).
+SERVICE=formbricks # Service name (e.g., adguard). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
+IMAGE_URL=ghcr.io/formbricks/formbricks:latest
8
9
# Network Configuration
10
SERVICEPORT=3000 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
0 commit comments