first commit

This commit is contained in:
2024-12-06 00:08:43 +00:00
commit 5768c9c54d
25 changed files with 728 additions and 0 deletions

16
slash/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
server:
# image: yourselfhosted/slash:latest
image: aykhans/slash:1.0.0-rc.0-e
container_name: slash
restart: unless-stopped
networks:
- caddy
volumes:
- ./data/:/var/opt/slash