development compose
This commit is contained in:
parent
bf2bfd6517
commit
59653fc2df
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
build.sh
|
17
docker-compose-dev.yaml
Normal file
17
docker-compose-dev.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user