Skip to content

Commit

Permalink
Merge pull request #1482 from openworld-community/hotfix/demo-docker-…
Browse files Browse the repository at this point in the history
…compose-variables

Fix copy-paste errors
  • Loading branch information
il12 authored Nov 19, 2024
2 parents 077df14 + c27889f commit 06d6178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.demo.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ services:
ports:
- '3001:3000'
environment:
- NUXT_PUBLIC_API_URL=https://api-test.afisha.peredelano.com/api
- NUXT_PUBLIC_BASE_URL=https://api-test.afisha.peredelano.com
- NUXT_PUBLIC_API_URL=https://api-demo.afisha.peredelano.com/api
- NUXT_PUBLIC_BASE_URL=https://api-demo.afisha.peredelano.com
- NUXT_PUBLIC_TELEGRAM_AUTH_BOT_NAME
- NUXT_PUBLIC_DOMAIN=test.afisha.peredelano.com
- NUXT_PUBLIC_DOMAIN=demo.afisha.peredelano.com
- NUXT_PUBLIC_GTAG_ID
- NUXT_PUBLIC_GOOGLE_SIGN_IN_CLIENT_ID
deploy:
Expand Down

0 comments on commit 06d6178

Please sign in to comment.