reorganize folders

This commit is contained in:
xcad2k
2021-09-24 14:05:19 +02:00
parent 5d84281a3d
commit 54213cd26f
14 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: '3'
volumes:
traefik-ssl-certs:
driver: local
services:
traefik:
image: "traefik:v2.5"
container_name: "traefik"
ports:
- "80:80"
- "443:443"
# (Optional) Expose Dashboard
- "8080:8080" # Don't do this in production!
volumes:
- /etc/traefik:/etc/traefik
- traefik-ssl-certs:/ssl-certs
- /var/run/docker.sock:/var/run/docker.sock:ro