mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
28 lines
612 B
YAML
28 lines
612 B
YAML
|
version: "2.0"
|
||
|
volumes:
|
||
|
ripe_config:
|
||
|
ripe_status:
|
||
|
ripe_data:
|
||
|
services:
|
||
|
ripe:
|
||
|
image: jamesits/ripe-atlas:latest
|
||
|
container_name: ripe
|
||
|
restart: always
|
||
|
environment:
|
||
|
RXTXRPT: "yes"
|
||
|
tmpfs: /var/atlasdata
|
||
|
volumes:
|
||
|
- "ripe_config:/var/atlas-probe/etc"
|
||
|
- "ripe_data:/var/atlas-probe/data"
|
||
|
- "ripe_status:/var/atlas-probe/status"
|
||
|
cap_add:
|
||
|
- SYS_ADMIN
|
||
|
- CHOWN
|
||
|
- NET_RAW
|
||
|
hostname: ripe
|
||
|
mem_limit: "64000000000"
|
||
|
mem_reservation: 64m
|
||
|
labels:
|
||
|
- "traefik.enable=false"
|
||
|
- "com.centurylinklabs.watchtower.enable=true"
|