Files
autoindex/docker-compose.yml
2026-04-09 15:30:47 +03:00

19 lines
370 B
YAML

services:
autoindex:
build: .
volumes:
- "./files:/src/files"
- "./subdomain_files:/src/subdomain_files"
ports:
- "8000:8000"
env_file:
- .env
develop:
watch:
- action: sync+restart
path: ./app
target: /src/app
initial_sync: true
- action: rebuild
path: uv.lock