docs/docker-compose.yml
surtur 587b85f36b
All checks were successful
continuous-integration/drone/push Build is passing
fix yaml formatting
2022-03-22 14:39:45 +01:00

23 lines
326 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: