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:
2026-05-30 13:24:23 +02:00
parent 6c1221c60f
commit f1cca454e2
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -12,3 +12,6 @@ yarn-debug.log*
yarn-error.log*
/.changelog
.npm/
# Dev environment secrets (never commit)
.env.production