mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
29 lines
637 B
YAML
29 lines
637 B
YAML
services:
|
|
ripe-atlas:
|
|
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
|
|
cap_add:
|
|
- CHOWN
|
|
- SETUID
|
|
- SETGID
|
|
- DAC_OVERRIDE
|
|
- 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
|