Skip to content

Commit

Permalink
chore: add next public network on docker build args
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 18, 2024
1 parent 4d38daf commit de8006a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ CARDANO_NETWORK=preprod
DATABASE_PASSWORD=XXXXX
NPM_AUTH_TOKEN=xxxx
GITHUB_TOKEN=XXXXX
NEXT_PUBLIC_NETWORK=testnet
1 change: 1 addition & 0 deletions deployment/docker-compose-ccva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
context: ../
args:
- NPM_AUTH_TOKEN=${NPM_AUTH_TOKEN}
- NEXT_PUBLIC_NETWORK=${NEXT_PUBLIC_NETWORK}
networks:
- postgres
- frontend
Expand Down

0 comments on commit de8006a

Please sign in to comment.