abyss/docker-compose.yml
jabuxas e341d2f166 fix: limited /tmp space inside container
causes big uploads to not go through
2024-09-19 15:39:11 -03:00

15 lines
281 B
YAML

services:
paste:
image: git.jabuxas.xyz/jabuxas/abyss:latest
ports:
- "3235:3235"
volumes:
- ./files:/files
- ./dev/home:/static:ro
- ./dev/templates:/templates:ro
env_file:
- .env
tmpfs:
- /tmp
restart: unless-stopped