mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-09 08:30:35 +00:00
13 lines
283 B
YAML
13 lines
283 B
YAML
services:
|
|
proxy:
|
|
image: traefik:2.5
|
|
command:
|
|
- --providers.docker
|
|
- --providers.docker.exposedbydefault=false
|
|
- --entrypoints.web.address=:80
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
userns_mode: host
|