mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
examples (wip)
This commit is contained in:
parent
bd1614b320
commit
b6b530f8a6
0
.examples/README.md
Normal file
0
.examples/README.md
Normal file
0
.examples/local/README.md
Normal file
0
.examples/local/README.md
Normal file
16
.examples/local/docker-compose.yaml
Normal file
16
.examples/local/docker-compose.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: "2.0"
|
||||||
|
services:
|
||||||
|
neko:
|
||||||
|
image: nurdism/neko:firefox
|
||||||
|
restart: always
|
||||||
|
shm_size: "1gb"
|
||||||
|
ports:
|
||||||
|
- "80:8080"
|
||||||
|
- "59000-59100:59000-59100/udp"
|
||||||
|
environment:
|
||||||
|
DISPLAY: :99.0
|
||||||
|
NEKO_PASSWORD: neko
|
||||||
|
NEKO_PASSWORD_ADMIN: admin
|
||||||
|
NEKO_BIND: :8080
|
||||||
|
NEKO_EPR: 59000-59100
|
||||||
|
NEKO_NAT1TO1: 192.168.0.X
|
0
.examples/simple/README.md
Normal file
0
.examples/simple/README.md
Normal file
15
.examples/simple/docker-compose.yaml
Normal file
15
.examples/simple/docker-compose.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
version: "2.0"
|
||||||
|
services:
|
||||||
|
neko:
|
||||||
|
image: nurdism/neko:firefox
|
||||||
|
restart: always
|
||||||
|
shm_size: "1gb"
|
||||||
|
ports:
|
||||||
|
- "80:8080"
|
||||||
|
- "59000-59100:59000-59100/udp"
|
||||||
|
environment:
|
||||||
|
DISPLAY: :99.0
|
||||||
|
NEKO_PASSWORD: neko
|
||||||
|
NEKO_PASSWORD_ADMIN: admin
|
||||||
|
NEKO_BIND: :8080
|
||||||
|
NEKO_EPR: 59000-59100
|
Loading…
Reference in New Issue
Block a user