feat: add traefik restart policy (#1071)

Co-authored-by: Alfredo Altamirano <Ahuahuachi@users.noreply.github.com>
This commit is contained in:
Alfredo Altamirano
2023-02-02 03:22:42 -06:00
committed by GitHub
parent a580385295
commit 0d37d6505f

View File

@@ -3,6 +3,7 @@ version: "3.3"
services:
traefik:
image: "traefik:v2.6"
restart: unless-stopped
labels:
# Enable Traefik for this service, to make it available in the public network
- traefik.enable=true