|
|
@@ -22,27 +22,13 @@ services:
|
|
|
depends_on:
|
|
|
- python
|
|
|
ports:
|
|
|
- - 8220:8220
|
|
|
+ - 18220:8220
|
|
|
volumes:
|
|
|
- /home/data/bpconverter:/home/bpconverter
|
|
|
environment:
|
|
|
- - PORT=8220
|
|
|
+ - ENDPOINT=8220
|
|
|
- V=5
|
|
|
entrypoint: ['/bin/bash','/root/run.sh']
|
|
|
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:
|
|
|
- - 8225: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
|
|
|
+
|