Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김재웅
/
TFT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Junhyuyk Seo
2021-12-01 00:27:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2373ad9e2e999573a04d729f5d0b80b33077a3f3
2373ad9e
1 parent
581c5198
Add docker-compose
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
docker-compose.yml
docker-compose.yml
0 → 100644
View file @
2373ad9
version
:
"
3.9"
services
:
mongo
:
image
:
"
mongo:latest"
ports
:
-
"
27017:27017"
web
:
build
:
./TFT_WEB/
ports
:
-
"
8484:8484"
apihandler
:
build
:
./TFT_API/
\ No newline at end of file
Please
register
or
login
to post a comment