fry
74ee26c8d6
Co-authored-by: David Frymoyer <david.frymoyer@gmail.com> Reviewed-on: #3 Co-authored-by: fry <david.frymoyer@gmail.com> Co-committed-by: fry <david.frymoyer@gmail.com>
13 lines
156 B
YAML
13 lines
156 B
YAML
services:
|
|
ui:
|
|
build: ui
|
|
ports:
|
|
- 3000:3000
|
|
api:
|
|
build: .
|
|
ports:
|
|
- 1379:1379
|
|
web:
|
|
build: nginx
|
|
ports:
|
|
- 80:80 |