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:
parent
a580385295
commit
0d37d6505f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user