update
This commit is contained in:
parent
30db4ba19c
commit
20124964a9
0
self-hosting/archivy/docker-compose.yml
Normal file
0
self-hosting/archivy/docker-compose.yml
Normal file
5
self-hosting/traefik-auth.txt
Normal file
5
self-hosting/traefik-auth.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Username: jafner
|
||||
Password: ujzOHs1Rv!oZG6Wo
|
||||
Hashed: jafner:$apr1$ugeTFvTj$5X0sC5xDsWDYBK7vNuvim/
|
||||
Hashed and Escaped:
|
||||
jafner:$$apr1$$ugeTFvTj$$5X0sC5xDsWDYBK7vNuvim/
|
19
self-hosting/traefik2/docker-compose.yml
Normal file
19
self-hosting/traefik2/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
||||
version: '2'
|
||||
services:
|
||||
traefik2:
|
||||
image: traefik:latest
|
||||
container_name: traefik2
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- web
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./traefik.yml:/etc/traefik/traefik.yml
|
||||
- ./acme.json:/acme.json
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
6
self-hosting/traefik2/traefik.yml
Normal file
6
self-hosting/traefik2/traefik.yml
Normal file
@ -0,0 +1,6 @@
|
||||
providers:
|
||||
docker:
|
||||
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.jafner.net`)"
|
||||
|
||||
api:
|
||||
insecure: true
|
Loading…
Reference in New Issue
Block a user