mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
Add a docker-compose.yaml example
This commit is contained in:
parent
6ac4f71fdf
commit
5b7a691b57
27
docker-compose.yaml
Normal file
27
docker-compose.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user