development compose

This commit is contained in:
ayaka 2024-12-11 14:47:54 +13:00
parent bf2bfd6517
commit 59653fc2df
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build.sh

17
docker-compose-dev.yaml Normal file
View File

@ -0,0 +1,17 @@
version: "3.4"
services:
neko:
image: "git.stardust.wtf/iridium/neko:xfce-custom-git"
restart: "unless-stopped"
shm_size: "3gb"
ports:
- "5000:8080"
- "52000-52009:52000-52009/udp"
volumes:
- "./neko/neko.yaml:/etc/neko/neko.yaml"
- "./transfer:/home/neko/Desktop/TRANSfer"
environment:
NEKO_PASSWORD: "secure"
NEKO_PASSWORD_ADMIN: "fuckyou"
NEKO_NAT1TO1: "0.0.0.0"
NEKO_ICELITE: 0