freego_api/docker-compose.yml
fry 74ee26c8d6 Add nginx so we can make requests to our from the FE without CORS issues (#3)
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>
2022-03-10 19:26:50 -05:00

13 lines
156 B
YAML

services:
ui:
build: ui
ports:
- 3000:3000
api:
build: .
ports:
- 1379:1379
web:
build: nginx
ports:
- 80:80