##// END OF EJS Templates
Nos quedamos estancados con el cambio de tamaño del diccionario
Renato-TUF -
r356:fae7c72f4b68
parent child
Show More
@@ -18,7 +18,7
18 18 {% block dds_rest%}
19 19 {% endblock %}
20 20 {% else %}
21 {% bootstrap_form form layout='horizontal' size='medium' %}
21 {% bootstrap_form form layout='horizontal' size='md' %}
22 22 {% endif %}
23 23
24 24 <div style="clear: both;"></div>
@@ -6,27 +6,27 services:
6 6 build: .
7 7 restart: always
8 8 image: radarsys
9 command: gunicorn radarsys.wsgi:application -w 2 -b :8000
10 # command: python manage.py runserver 0.0.0.0:8030
11 # ports:
12 # - 8030:8030
9 # command: gunicorn radarsys.wsgi:application -w 2 -b :8000
10 command: python manage.py runserver 0.0.0.0:8030
11 ports:
12 - 8030:8030
13 13 env_file: .env
14 14
15 15 links:
16 - redis
16 # - redis
17 17 - postgres
18 18 volumes:
19 19 - './:/radarsys'
20 20 - '${DOCKER_DATA}/static:/radarsys/static'
21 21 depends_on:
22 - redis
22 # - redis
23 23 - postgres
24 24
25 redis:
26 container_name: 'radarsys-redis'
27 image: 'redis:3.2-alpine'
28 volumes:
29 - '${DOCKER_DATA}/redis:/data'
25 # redis:
26 # container_name: 'radarsys-redis'
27 # image: 'redis:3.2-alpine'
28 # volumes:
29 # - '${DOCKER_DATA}/redis:/data'
30 30
31 31 # celery_worker:
32 32 # container_name: 'radarsys-celery'
@@ -50,18 +50,18 services:
50 50 env_file: .env
51 51
52 52 # Web Server
53 nginx:
54 container_name: 'radarsys-nginx'
55 restart: always
56 build: ./nginx/
57 ports:
58 - '8030:8030'
59 volumes_from:
60 - web
61 links:
62 - web:web
63 depends_on:
64 - web
53 # nginx:
54 # container_name: 'radarsys-nginx'
55 # restart: always
56 # build: ./nginx/
57 # ports:
58 # - '8030:8030'
59 # volumes_from:
60 # - web
61 # links:
62 # - web:web
63 # depends_on:
64 # - web
65 65
66 66 volumes:
67 67 pgdata:
General Comments 0
You need to be logged in to leave comments. Login now