18 lines
334 B
YAML
18 lines
334 B
YAML
services:
|
|
rapid:
|
|
image: ozlerhakan/rapid:latest
|
|
container_name: rapid
|
|
hostname: rapid
|
|
mem_limit: 512m
|
|
mem_reservation: 128m
|
|
cpu_shares: 512
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
TZ: Europe/Paris
|
|
ports:
|
|
- 9660:8080 #Web UI
|
|
restart: on-failure:5
|
|
|
|
|