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:
|
2024-09-06 16:34:38 -03:00
|
|
|
- "3235:3235"
|
2024-08-19 16:18:24 -03:00
|
|
|
volumes:
|
2024-09-18 10:23:43 -03:00
|
|
|
- ./files:/files
|
2024-09-19 10:31:44 -03:00
|
|
|
- ./dev/home:/static:ro
|
|
|
|
- ./dev/templates:/templates:ro
|
2024-09-03 21:54:21 -03:00
|
|
|
env_file:
|
|
|
|
- .env
|
2024-09-19 15:39:11 -03:00
|
|
|
tmpfs:
|
|
|
|
- /tmp
|
2024-09-18 10:23:43 -03:00
|
|
|
restart: unless-stopped
|