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
8c0e19b7
Commit
8c0e19b7
authored
Oct 22, 2020
by
carlosribas
Browse files
Use k8 tag
parent
4a33d06f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
docker/docker-compose.k8.yml
docker/docker-compose.k8.yml
+9
-4
No files found.
docker/docker-compose.k8.yml
View file @
8c0e19b7
...
...
@@ -3,9 +3,7 @@ version: '3'
services
:
# RNAcentral website
rnacentral
:
image
:
rnacentral/rnacentral-webcode
expose
:
-
8000
image
:
rnacentral/rnacentral-webcode:k8
environment
:
-
DB_HOST=${DB_HOST}
-
DB_NAME=${DB_NAME}
...
...
@@ -13,6 +11,10 @@ services:
-
DB_PASSWORD=${DB_PASSWORD}
-
DB_PORT=${DB_PORT}
-
SECRET_KEY=${SECRET_KEY}
expose
:
-
8000
volumes
:
-
static_volume:/srv/rnacentral/static
depends_on
:
-
redis
networks
:
...
...
@@ -37,7 +39,7 @@ services:
-
8000:80
volumes
:
-
../nginx/conf.d:/etc/nginx/conf.d
-
../rnacentral/portal/static/:
/static
-
static_volume:/srv/rnacentral
/static
depends_on
:
-
rnacentral
networks
:
...
...
@@ -54,6 +56,9 @@ services:
networks
:
-
memcached-network
volumes
:
static_volume
:
networks
:
redis-network
:
driver
:
bridge
...
...
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