feat: add traefik restart policy

This commit is contained in:
Alfredo Altamirano 2023-02-01 16:10:19 -06:00
parent 8f843c1522
commit 4aac1a434a
No known key found for this signature in database
GPG key ID: 7171D8BEAB464F23

View file

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