hardfiles/docker-compose.yml

11 lines
269 B
YAML
Raw Normal View History

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