otter: local-only config

This commit is contained in:
Jef Roosens 2025-03-20 08:47:12 +01:00
parent 5e456fe0b2
commit 10664f10cb
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,10 @@
services:
app:
image: 'git.rustybever.be/chewing_bever/otter:latest'
environment:
- 'RUST_LOG=debug'
ports:
- '8017:8080'
volumes:
- '/mnt/data1/otter/data:/data'