blob: 4dc0ffaac0208b846e0972ee03648a24b42a986b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
version: '3'
services:
static_files:
image: registry.darknebu.la/circus/static
environment:
- "dir=/content"
- "port=8080"
- "subpath=fump"
ports:
- "8080:8080"
volumes:
- "/tmp/:/content"
restart: unless-stopped
|