test: verify clean production bootstrap
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
api:
|
||||
ports:
|
||||
- "127.0.0.1:${BOOTSTRAP_API_PORT:-18000}:8000"
|
||||
web:
|
||||
networks: [backend, edge]
|
||||
ports:
|
||||
- "127.0.0.1:${BOOTSTRAP_WEB_PORT:-14321}:4321"
|
||||
Reference in New Issue
Block a user