-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
34 lines (33 loc) · 809 Bytes
/
docker-compose.yml
File metadata and controls
34 lines (33 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: "3"
services:
nginx:
container_name: nginx
build:
context: .
restart: always
ports:
- "80:80"
- "443:443"
volumes:
#- /etc/letsencrypt:/etc/nginx/ssl
- /etc/letsencrypt:/etc/letsencrypt
#- /var/www/certbot:/var/www/certbot
- /home/data/www/certbot:/var/www/certbot
environment:
# Create htpasswd user
- USERNAME=Hello
- USERPWD=Hello
- USERNAME2=Hello
- USERPWD2=Hello
- SubDomain=localhost
- PrimaryDomain=localhost
- Jdownloader2=true
- Netdata=true
- Photoprism=true
- Transimission=true
- Codeserver=true
- Jellyfin=true
- Jellyfin2=true
- Jenkins=true
- Nextcloud=true
- Tomcat=true