Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/docker-compose.yaml

17 lines
355 B
YAML
Raw Normal View History

2020-01-28 07:07:35 +00:00
version: "2.0"
2020-01-14 11:51:55 +00:00
services:
neko:
2020-01-30 07:19:57 +00:00
image: nurdism/neko:firefox
2020-01-14 11:51:55 +00:00
restart: always
2020-01-28 07:07:35 +00:00
shm_size: "1gb"
2020-01-14 11:51:55 +00:00
ports:
2020-01-14 12:07:33 +00:00
- "80:8080"
2020-01-29 10:26:07 +00:00
- "59000-59100:59000-59100/udp"
2020-01-14 11:51:55 +00:00
environment:
2020-01-28 07:07:35 +00:00
DISPLAY: :99.0
SCREEN_WIDTH: 1280
SCREEN_HEIGHT: 720
SCREEN_DEPTH: 24
2020-01-14 11:51:55 +00:00
NEKO_PASSWORD: neko
2020-01-28 07:07:35 +00:00
NEKO_ADMIN: admin
2020-01-14 11:51:55 +00:00
NEKO_BIND: :8080