dev: parameterize compose for dev build (web-dev image/container, dev_edge network)
- image web-dev:1.0.0, container web-dev, network dev_edge - NEXT_PUBLIC_* build args resolved from gitignored .env.production (api-dev/app-dev URLs) so the dev bundle targets the dev API. - ignore .env.production (dev secrets) in this branch.
This commit is contained in:
@@ -12,3 +12,6 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
/.changelog
|
||||
.npm/
|
||||
|
||||
# Dev environment secrets (never commit)
|
||||
.env.production
|
||||
|
||||
Reference in New Issue
Block a user