docs/docker-compose.yml
surtur 54dab7d1da
All checks were successful
continuous-integration/drone/push Build is passing
compose: disable the container for (any) traefik
2021-08-04 03:26:50 +02:00

22 lines
320 B
YAML

version: '3'
services:
docs:
build:
context: .
image: docs
networks:
- default
restart: always
ports:
- 127.0.0.1:1315:80
labels:
- traefik.enable=false
logging:
driver: json-file
options:
max-size: "5m"
max-file: "5"
networks:
default: