[~] Refactor
This commit is contained in:
parent
c943f75496
commit
79623db497
@ -8,6 +8,14 @@ services:
|
|||||||
- ./d1/nginx_config.py:/app/d1/nginx_config.py:ro
|
- ./d1/nginx_config.py:/app/d1/nginx_config.py:ro
|
||||||
- ./tmp/cache/forward.nginx.json:/app/tmp/cache/forward.nginx.json:ro
|
- ./tmp/cache/forward.nginx.json:/app/tmp/cache/forward.nginx.json:ro
|
||||||
restart: always
|
restart: always
|
||||||
|
ssl-app:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./docker/app/Dockerfile
|
||||||
|
volumes:
|
||||||
|
- ./d1/nginx_config.py:/app/d1/nginx_config.py:ro
|
||||||
|
- ./tmp/cache/forward.nginx.json:/app/tmp/cache/forward.nginx.json:ro
|
||||||
|
restart: always
|
||||||
cpanel:
|
cpanel:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user