2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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