Skip to content

Commit

Permalink
fix(hobby): fix hobby install compose (#13067)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Dec 1, 2022
1 parent fda412e commit c2634a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.hobby.yml
Expand Up @@ -54,7 +54,7 @@ services:
environment:
SENTRY_DSN: $SENTRY_DSN
SITE_URL: https://$DOMAIN
SECRET_KEY: $POSTHOG_SERET
SECRET_KEY: $POSTHOG_SECRET
image: posthog/posthog:$POSTHOG_APP_TAG
web:
extends:
Expand All @@ -66,7 +66,7 @@ services:
environment:
SENTRY_DSN: $SENTRY_DSN
SITE_URL: https://$DOMAIN
SECRET_KEY: $POSTHOG_SERET
SECRET_KEY: $POSTHOG_SECRET
plugins:
extends:
file: docker-compose.base.yml
Expand All @@ -75,7 +75,7 @@ services:
environment:
SENTRY_DSN: $SENTRY_DSN
SITE_URL: https://$DOMAIN
SECRET_KEY: $POSTHOG_SERET
SECRET_KEY: $POSTHOG_SECRET

caddy:
image: caddy:2.6.1
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
environment:
SENTRY_DSN: $SENTRY_DSN
SITE_URL: https://$DOMAIN
SECRET_KEY: $POSTHOG_SERET
SECRET_KEY: $POSTHOG_SECRET

volumes:
zookeeper-data:
Expand Down

0 comments on commit c2634a7

Please sign in to comment.