This website requires JavaScript.
Explore
Help
Sign In
stryan
/
freego_api
Watch
1
Star
0
Fork
0
You've already forked freego_api
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
abdca1984b
freego_api
/
docker-compose.yml
13 lines
156 B
YAML
Raw
Normal View
History
Unescape
Escape
Add initial api and docker files (#1) Add the basic setup files for a nextjs interface. Need to set up the board and all that. Should be able to get going with `docker-compose up ui` then you'll see a webpage that's just an input on localhost:3000 Co-authored-by: David Frymoyer <david.frymoyer@gmail.com> Reviewed-on: https://git.saintnet.tech/stryan/freego_api/pulls/1 Co-authored-by: fry <david.frymoyer@gmail.com> Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-05 09:57:20 -05:00
services
:
ui
:
build
:
ui
ports
:
Put the api in docker (#2) Self explanatory Co-authored-by: David Frymoyer <david.frymoyer@gmail.com> Reviewed-on: https://git.saintnet.tech/stryan/freego_api/pulls/2 Co-authored-by: fry <david.frymoyer@gmail.com> Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-07 21:43:36 -05:00
-
3000
:
3000
api
:
build
:
.
ports
:
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: https://git.saintnet.tech/stryan/freego_api/pulls/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
-
1379
:
1379
web
:
build
:
nginx
ports
:
-
80
:
80
Reference in New Issue
Copy Permalink