First version

This commit is contained in:
2024-12-26 17:38:32 +01:00
commit e56830f5f6
6 changed files with 52 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
rapid:
image: ozlerhakan/rapid:latest
container_name: rapid
hostname: rapid
mem_limit: 512m
mem_reservation: 128m
cpu_shares: 512
security_opt:
- no-new-privileges=true
read_only: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
TZ: Europe/Paris
ports:
- 9660:8080 #Web UI
restart: on-failure:5