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-03 21:54:21 -03:00
|
|
|
- "58080:8999"
|
2024-08-19 16:18:24 -03:00
|
|
|
volumes:
|
|
|
|
- ./files:/app/files
|
|
|
|
restart: unless-stopped
|
2024-09-03 21:54:21 -03:00
|
|
|
env_file:
|
|
|
|
- .env
|