|
@@ -5,6 +5,12 @@ services:
|
|
|
context: python
|
|
context: python
|
|
|
dockerfile: start
|
|
dockerfile: start
|
|
|
|
|
|
|
|
|
|
+ start.old:
|
|
|
|
|
+ image: start.old
|
|
|
|
|
+ build:
|
|
|
|
|
+ context: python
|
|
|
|
|
+ dockerfile: start.old
|
|
|
|
|
+
|
|
|
python:
|
|
python:
|
|
|
image: python
|
|
image: python
|
|
|
build:
|
|
build:
|
|
@@ -13,6 +19,14 @@ services:
|
|
|
depends_on:
|
|
depends_on:
|
|
|
- start
|
|
- start
|
|
|
|
|
|
|
|
|
|
+ python.old:
|
|
|
|
|
+ image: python.old
|
|
|
|
|
+ build:
|
|
|
|
|
+ context: python
|
|
|
|
|
+ dockerfile: python.old
|
|
|
|
|
+ depends_on:
|
|
|
|
|
+ - start.old
|
|
|
|
|
+
|
|
|
# dashboard4
|
|
# dashboard4
|
|
|
django4:
|
|
django4:
|
|
|
image: django4
|
|
image: django4
|
|
@@ -20,7 +34,7 @@ services:
|
|
|
context: python
|
|
context: python
|
|
|
dockerfile: django4
|
|
dockerfile: django4
|
|
|
depends_on:
|
|
depends_on:
|
|
|
- - python
|
|
|
|
|
|
|
+ - python.old
|
|
|
ports:
|
|
ports:
|
|
|
- 8100:8100
|
|
- 8100:8100
|
|
|
volumes:
|
|
volumes:
|
|
@@ -54,7 +68,7 @@ services:
|
|
|
context: python
|
|
context: python
|
|
|
dockerfile: django5
|
|
dockerfile: django5
|
|
|
depends_on:
|
|
depends_on:
|
|
|
- - python
|
|
|
|
|
|
|
+ - python.old
|
|
|
ports:
|
|
ports:
|
|
|
- 8110:8110
|
|
- 8110:8110
|
|
|
volumes:
|
|
volumes:
|
|
@@ -99,22 +113,6 @@ services:
|
|
|
entrypoint: ['/bin/bash','/root/run.sh']
|
|
entrypoint: ['/bin/bash','/root/run.sh']
|
|
|
restart: unless-stopped
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
- # bpconverter: supporto per la fornitura di file e immagini
|
|
|
|
|
- bpconverter.nginx:
|
|
|
|
|
- image: nginx.bpc
|
|
|
|
|
- build:
|
|
|
|
|
- context: nginx.bpc
|
|
|
|
|
- dockerfile: nginx.bpc
|
|
|
|
|
- ports:
|
|
|
|
|
- - 8125:80
|
|
|
|
|
- volumes:
|
|
|
|
|
- - /home/data/bpconverter.nginx:/etc/nginx
|
|
|
|
|
- - /home/data/bpconverter:/home/bpconverter
|
|
|
|
|
- entrypoint: ['/bin/bash','/root/run.sh']
|
|
|
|
|
- restart: unless-stopped
|
|
|
|
|
- depends_on:
|
|
|
|
|
- - start
|
|
|
|
|
-
|
|
|
|
|
# gestione documentale
|
|
# gestione documentale
|
|
|
gd:
|
|
gd:
|
|
|
image: django.gd
|
|
image: django.gd
|