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