docker-ripe-atlas/docker-compose.yaml

31 lines
653 B
YAML
Raw Normal View History

2021-04-12 10:55:22 +02:00
version: "2.0"
2021-04-12 10:55:22 +02:00
services:
ripe-atlas:
2021-04-12 10:55:22 +02:00
image: jamesits/ripe-atlas:latest
restart: always
environment:
RXTXRPT: "yes"
volumes:
- "/var/atlas-probe/etc:/var/atlas-probe/etc"
- "/var/atlas-probe/status:/var/atlas-probe/status"
cap_drop:
- ALL
2021-04-12 10:55:22 +02:00
cap_add:
- CHOWN
- SETUID
- SETGID
- DAC_OVERRIDE
2021-04-12 10:55:22 +02:00
- NET_RAW
mem_limit: "64000000000"
mem_reservation: 64m
labels:
- "traefik.enable=false"
- "com.centurylinklabs.watchtower.enable=true"
logging:
driver: json-file
options:
max-size: 10m
# security_opt:
# - seccomp:unconfined