docs/docker-compose.yml
surtur 43a8adaa8e
All checks were successful
continuous-integration/drone/push Build is passing
add memory limit
2022-08-02 15:14:51 +02:00

24 lines
344 B
YAML

---
version: '3'
services:
docs:
build:
context: .
image: docs
mem_limit: 8m
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: