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
Metagenomics
metagenedb
Commits
7f8fbe98
Commit
7f8fbe98
authored
Aug 10, 2020
by
Kenzo-Hugo Hillion
♻
Browse files
use image in compose instead of building one
parent
676fc92d
Pipeline
#35405
passed with stages
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yaml
View file @
7f8fbe98
...
...
@@ -5,6 +5,7 @@ services:
container_name
:
backend
build
:
context
:
./backend
image
:
metagenedb-backend
volumes
:
-
./backend:/code
-
django-static:/backend/public/static
...
...
@@ -73,13 +74,13 @@ services:
celery
:
container_name
:
celery
build
:
context
:
./backend
image
:
metagenedb-backend
volumes
:
-
./backend:/code
depends_on
:
-
postgresql
-
redis
-
backend
command
:
bash -c 'manage.py watch_celery'
networks
:
-
main
...
...
Write
Preview
Markdown
is supported
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