ADD: Traefik support - initial commit

This commit is contained in:
Fabio Tielen // Code Agency
2024-01-10 14:13:35 +01:00
parent 7568dbc44f
commit 32f16fee74
5 changed files with 57 additions and 0 deletions

View File

@@ -21,6 +21,12 @@ services:
- 80:80
- 443:443
traefik:
restart: 'unless-stopped'
ports:
- 80:80
- 443:443
letsencrypt:
restart: unless-stopped