hardfiles/docker-compose.yml

11 lines
269 B
YAML
Raw Normal View History

2023-10-04 01:29:26 +00:00
services:
hardfiles:
container_name: hardfiles
image: git.supernets.org/supernets/hardfiles:latest
2023-12-10 05:21:33 +00:00
build: .
2023-10-04 01:29:26 +00:00
volumes:
- "$PWD/files:/app/files"
- "$PWD/www:/app/www"
- "$PWD/config.toml:/app/config.toml"
ports:
- "5000:5000"