mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
27 lines
540 B
YAML
27 lines
540 B
YAML
services:
|
|
display:
|
|
build: .
|
|
volumes:
|
|
- ./app:/app:ro
|
|
novnc:
|
|
image: geek1011/easy-novnc
|
|
command: -a :5800 -h display --no-url-password
|
|
ports:
|
|
- 5800:5800
|
|
palemoon-386:
|
|
hostname: i386
|
|
platform: linux/386
|
|
build:
|
|
dockerfile: Dockerfile.palemoon
|
|
command: sleep inf
|
|
environment:
|
|
DISPLAY: display:0
|
|
palemoon-amd64:
|
|
hostname: amd64
|
|
platform: linux/amd64
|
|
build:
|
|
dockerfile: Dockerfile.palemoon
|
|
command: sleep inf
|
|
environment:
|
|
DISPLAY: display:0
|