9 lines
184 B
YAML
9 lines
184 B
YAML
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"
|