Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
7d6f7433
Commit
7d6f7433
authored
Jul 21, 2021
by
Hervé Ménager
Browse files
modify docker-compose to use the nuxtjs client
just fire up docker-compose and connect to localhost:3000 ;)
parent
aaf79c6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yaml
View file @
7d6f7433
...
...
@@ -23,7 +23,7 @@ services:
depends_on
:
-
rabbitmq
restart
:
on-failure
app
:
back
:
build
:
context
:
.
command
:
[
'
watchmedo'
,
'
auto-restart'
,
'
--directory=/code'
,
'
--pattern=*.py'
,
'
--recursive'
,
'
--'
,
'
jass'
,
'
serve'
]
...
...
@@ -37,3 +37,13 @@ services:
depends_on
:
-
rabbitmq
-
celery
front
:
image
:
node:15.12.0-buster
command
:
[
'
yarn'
,
'
--cwd'
,
'
/client'
,
'
--host'
,
'
0.0.0.0'
,
'
dev'
]
environment
:
HOST
:
0.0.0.0
NODE_ENV
:
development
volumes
:
-
./client:/client
ports
:
-
'
3000:3000'
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment