mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Cleanup root folder
This commit is contained in:
parent
6725a60d04
commit
9bc2bd1d44
7 changed files with 4 additions and 4 deletions
|
@ -14,12 +14,12 @@ services:
|
||||||
image: "nginx-with-openssl"
|
image: "nginx-with-openssl"
|
||||||
volumes:
|
volumes:
|
||||||
- ./client:/usr/share/nginx/html
|
- ./client:/usr/share/nginx/html
|
||||||
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
|
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||||
- ./certs:/etc/ssl/certs
|
- ./docker/certs:/etc/ssl/certs
|
||||||
- ./openssl:/mnt/openssl
|
- ./docker/openssl:/mnt/openssl
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
env_file: fqdn.env
|
env_file: ./docker/fqdn.env
|
||||||
entrypoint: /mnt/openssl/create.sh
|
entrypoint: /mnt/openssl/create.sh
|
||||||
command: ["nginx", "-g", "daemon off;"]
|
command: ["nginx", "-g", "daemon off;"]
|
Loading…
Add table
Add a link
Reference in a new issue