mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 03:27:27 +01:00
add roapi
This commit is contained in:
11
roapi/docker-compose.yml
Normal file
11
roapi/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user