mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-27 14:17:56 +08:00
16 lines
292 B
YAML
16 lines
292 B
YAML
services:
|
|
todo-backend:
|
|
build: ../../examples/express
|
|
ports:
|
|
- "8002:8002"
|
|
environment:
|
|
- HANKO_API_URL=http://hanko:8000
|
|
networks:
|
|
- intranet
|
|
todo-frontend:
|
|
build: ../../examples/angular
|
|
ports:
|
|
- "8888:8888"
|
|
networks:
|
|
- intranet
|