abyss/docker-compose.yml

13 lines
245 B
YAML
Raw Normal View History

2024-08-19 15:50:17 -03:00
services:
paste:
2024-09-06 11:15:56 -03:00
image: git.jabuxas.xyz/jabuxas/abyss:latest
2024-08-19 15:50:17 -03:00
ports:
- "3235:3235"
volumes:
- ./files:/files
- ./templates:/templates
- ./dev:/static:ro
2024-09-03 21:54:21 -03:00
env_file:
- .env
restart: unless-stopped