all good
This commit is contained in:
parent
47d89f6fad
commit
017902b8e6
82 changed files with 331466 additions and 54841 deletions
|
|
@ -45,6 +45,11 @@ services:
|
|||
STRIPE_REFERRAL_COUPON_ID: L5uQqagl
|
||||
GOOGLE_OAUTH_CLIENT_ID: 536485512604-740bbn3tf027ogrdcr5sqor4ntorkaqv.apps.googleusercontent.com
|
||||
GOOGLE_OAUTH_CLIENT_SECRET: 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
|
||||
BUGSINK_DSN: ${BUGSINK_DSN:-}
|
||||
FRONTEND_BUGSINK_DSN: ${FRONTEND_BUGSINK_DSN:-}
|
||||
BUGSINK_ENVIRONMENT: ${BUGSINK_ENVIRONMENT:-development}
|
||||
BUGSINK_RELEASE: ${BUGSINK_RELEASE:-}
|
||||
BUGSINK_SEND_DEFAULT_PII: ${BUGSINK_SEND_DEFAULT_PII:-false}
|
||||
depends_on:
|
||||
screenshot:
|
||||
condition: service_healthy
|
||||
|
|
@ -92,6 +97,10 @@ services:
|
|||
environment:
|
||||
API_PROXY_TARGET: http://server:8001
|
||||
PB_PROXY_TARGET: http://pocketbase:8090
|
||||
FRONTEND_BUGSINK_DSN: ${FRONTEND_BUGSINK_DSN:-}
|
||||
BUGSINK_ENVIRONMENT: ${BUGSINK_ENVIRONMENT:-development}
|
||||
BUGSINK_RELEASE: ${BUGSINK_RELEASE:-}
|
||||
BUGSINK_SEND_DEFAULT_PII: ${BUGSINK_SEND_DEFAULT_PII:-false}
|
||||
|
||||
pocketbase:
|
||||
init: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue