Skip to content
Snippets Groups Projects
Commit 0e197d25 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

adding database_routers for the 'stager' and 'ida' app

parent 93b9da5e
No related branches found
No related tags found
1 merge request!25adding ida app
...@@ -24,19 +24,19 @@ services: ...@@ -24,19 +24,19 @@ services:
volumes: volumes:
- $HOME/shared/:/shared - $HOME/shared/:/shared
esap_nginx: # esap_nginx:
build: # build:
context: $HOME/shared # context: $HOME/shared
dockerfile: Dockerfile # dockerfile: Dockerfile
container_name: esap_nginx # container_name: esap_nginx
image: esap_nginx:latest # image: esap_nginx:latest
networks: # networks:
- esap_network # - esap_network
ports: # ports:
- 80:80 # - 80:80
volumes: # volumes:
- $HOME/shared:/shared # - $HOME/shared:/shared
- $HOME/shared:/etc/nginx/conf.d # - $HOME/shared:/etc/nginx/conf.d
- $HOME/shared/static:/static # - $HOME/shared/static:/static
restart: always # restart: always
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</div> </div>
<p class="footer" small>ASTRON - version 0.7.2 - 30 jun 2020</p> <p class="footer" small>ASTRON 24 jul 2020</p>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment