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
9969775f9d
freego_api
/
docker-compose.yml
7 lines
78 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
:
first pass at docker
2022-03-07 20:51:46 -05:00
-
3000
:
3000
api
:
build
:
.
Reference in New Issue
Copy Permalink