Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-21 15:08:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3da637bc213ddf3eebd6293bf73dcbb472f141c
a3da637b
1 parent
e3d93bbf
update docker-compose
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
docker-compose.yml
docker-compose.yml
View file @
a3da637
...
...
@@ -17,8 +17,6 @@ services:
depends_on
:
-
mysql
container_name
:
prisma
command
:
-
ports
:
-
"
5555:5555"
build
:
...
...
@@ -56,7 +54,9 @@ services:
context
:
front
dockerfile
:
Dockerfile
environment
:
BACKEND_URL
:
${BACKEND_URL}
-
NODE_ENV=development
-
CHOKIDAR_USEPOLLING=true
-
BACKEND_URL=${BACKEND_URL}
volumes
:
-
./front:/app
-
./front/node_modules:/app/node_modules
...
...
Please
register
or
login
to post a comment