2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 03:27:27 +01:00

add roapi

This commit is contained in:
kev
2024-07-19 14:42:18 +08:00
parent 5540773d96
commit 89e53ad1be
5 changed files with 15654 additions and 0 deletions

11
roapi/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
roapi:
image: ghcr.io/roapi/roapi:v0.11.3
command: -c roapi.yml
ports:
- "8080:8080"
volumes:
- ./data:/etc/roapi
working_dir: /etc/roapi
restart: unless-stopped