2023-10-04 01:29:26 +00:00
|
|
|
services:
|
|
|
|
|
hardfiles:
|
|
|
|
|
container_name: hardfiles
|
2023-12-10 05:21:33 +00:00
|
|
|
build: .
|
2023-10-04 01:29:26 +00:00
|
|
|
volumes:
|
2026-03-28 01:34:36 -04:00
|
|
|
- ./files:/app/files
|
|
|
|
|
- ./backgrounds:/app/backgrounds
|
|
|
|
|
- ./config.toml:/app/config.toml
|
2023-10-04 01:29:26 +00:00
|
|
|
ports:
|
2026-03-28 01:34:36 -04:00
|
|
|
- "5000:5000"
|
|
|
|
|
restart: unless-stopped
|