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
5931d221
Commit
5931d221
authored
Oct 30, 2020
by
carlosribas
Browse files
Using the old version for now
parent
95f98e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
43 deletions
+6
-43
docker-compose.yml
docker-compose.yml
+6
-43
No files found.
docker-compose.yml
View file @
5931d221
version
:
'
3.8
'
version
:
'
2
'
services
:
# RNAcentral website
rnacentral
:
web
:
build
:
context
:
.
dockerfile
:
Dockerfile-development
environment
:
-
DB_HOST=${DB_HOST}
-
DB_NAME=${DB_NAME}
-
DB_USER=${DB_USER}
-
DB_PASSWORD=${DB_PASSWORD}
-
DB_PORT=${DB_PORT}
-
SECRET_KEY=${SECRET_KEY}
depends_on
:
-
redis
networks
:
-
redis_network
-
nginx_network
# Redis server
redis
:
image
:
redis:6.0.8-alpine
ports
:
-
"
8051:8051"
command
:
redis-server --port
8051
restart
:
always
networks
:
-
redis_network
# Nginx server
nginx
:
image
:
nginx:1.19.2-alpine
ports
:
-
8000:80
dockerfile
:
Dockerfile-development-backup
volumes
:
-
./nginx/conf.d:/etc/nginx/conf.d
-
./rnacentral/portal/static/:/static
depends_on
:
-
rnacentral
networks
:
-
nginx_network
networks
:
redis_network
:
driver
:
bridge
nginx_network
:
driver
:
bridge
\ No newline at end of file
-
${RNACENTRAL_HOME}:/rnacentral/rnacentral-webcode
ports
:
-
"
9000:8000"
\ No newline at end of file
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