Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
68f09293
Commit
68f09293
authored
Jun 04, 2021
by
carlosribas
Browse files
Change RNAcentral volume path, add .env
parent
e8e5952d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docker-compose.local.yml
docker-compose.local.yml
+3
-2
No files found.
docker-compose.local.yml
View file @
68f09293
...
...
@@ -18,12 +18,13 @@ services:
-
S3_KEY=${S3_KEY}
-
S3_SECRET=${S3_SECRET}
-
EBI_SEARCH_ENDPOINT=${EBI_SEARCH_ENDPOINT}
command
:
python manage.py runserver 0.0.0.0:8000
command
:
python
rnacentral/
manage.py runserver 0.0.0.0:8000
ports
:
-
8000:8000
volumes
:
-
./openssl/openssl.cnf:/etc/ssl/openssl.cnf
-
./rnacentral:/srv/rnacentral/rnacentral-webcode
-
./rnacentral:/srv/rnacentral/rnacentral-webcode/rnacentral
-
.env:/srv/rnacentral/rnacentral-webcode/.env
depends_on
:
-
redis
networks
:
...
...
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