2023-10-04 01:29:26 +00:00
|
|
|
services:
|
|
|
|
hardfiles:
|
|
|
|
container_name: hardfiles
|
2023-10-05 00:24:37 +00:00
|
|
|
image: git.supernets.org/supernets/hardfiles:latest
|
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"
|