mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
225 B
YAML
12 lines
225 B
YAML
|
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
|