Upload files to "/"
This commit is contained in:
commit
fb8d66c3dd
5 changed files with 214 additions and 0 deletions
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
services:
|
||||
nginx-quic-certbot:
|
||||
build: .
|
||||
container_name: nginx-quic-certbot
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- LOG_ROTATE_COUNT=7
|
||||
- LOG_ROTATE_SIZE=10M
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443/tcp"
|
||||
- "443:443/udp"
|
||||
volumes:
|
||||
- ./www:/var/www
|
||||
- ./config/nginx:/etc/nginx
|
||||
- ./config/letsencrypt:/etc/letsencrypt
|
||||
- ./logs/nginx:/var/log/nginx
|
||||
- ./logs/letsencrypt:/var/log/letsencrypt
|
||||
Loading…
Add table
Add a link
Reference in a new issue