Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Nov 27, 2024
1 parent 74a785a commit 7f2b125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
NODE_VERSION: 20.13.1
ALPINE_VERSION: 3.19
environment:
- NUXT_PUBLIC_API=${API}
- NUXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN}
- NUXT_PUBLIC_SENTRY_ENVIRONMENT=${SENTRY_ENVIRONMENT}
- NUXT_PUBLIC_API=${API}
- NUXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN}
- NUXT_PUBLIC_SENTRY_ENVIRONMENT=${SENTRY_ENVIRONMENT}
ports:
- 3000:3000

0 comments on commit 7f2b125

Please sign in to comment.