mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
14 lines
234 B
YAML
14 lines
234 B
YAML
version: '3'
|
|
services:
|
|
server:
|
|
image: 'ghcr.io/morten-olsen/mini-loader:latest'
|
|
build:
|
|
context: .
|
|
dockerfile: ./docker/Dockerfile
|
|
volumes:
|
|
- data:/app/data
|
|
ports:
|
|
- 4500:4500
|
|
volumes:
|
|
data:
|