mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-16 13:24:57 +00:00
test: start work on Pale Moon tests
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
26
test/palemoon/docker-compose.yml
Normal file
26
test/palemoon/docker-compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
Reference in New Issue
Block a user