1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/roapi/docker-compose.yml

12 lines
225 B
YAML
Raw Normal View History

2024-07-19 08:42:18 +02:00
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