mirror of
https://github.com/teamhanko/hanko.git
synced 2025-11-02 14:57:11 +08:00
16 lines
290 B
YAML
16 lines
290 B
YAML
services:
|
|
todo-backend:
|
|
build: ../../examples/express
|
|
ports:
|
|
- "8002:8002"
|
|
environment:
|
|
- HANKO_API_URL=http://hanko:8000
|
|
networks:
|
|
- intranet
|
|
todo-frontend:
|
|
build: ../../examples/react
|
|
ports:
|
|
- "8888:8888"
|
|
networks:
|
|
- intranet
|