0
0
opnxng-deploy-playbook/templates/compose/firefox.yaml.j2

35 lines
1005 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ ansible_managed }}
services:
firefox:
image: lscr.io/linuxserver/firefox:latest
container_name: firefox
security_opt:
- seccomp:unconfined #optional
#- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- TITLE=GPT
- CUSTOM_PORT=8893
volumes:
- {{ docker_dir }}/firefox:/config:rw
- {{ docker_dir }}/firefox/start.sh:/custom-cont-init.d/start.sh
- {{ docker_dir }}/firefox/fly:/config/.fly
- {{ docker_dir }}/firefox/profile:/config/.mozilla/firefox
2024-02-18 21:16:27 +08:00
# - {{ docker_dir }}/firefox/index.html:/usr/share/kasmvnc/www/index.html
# - {{ docker_dir }}/firefox/vnc.html:/usr/share/kasmvnc/www/vnc.html
# - {{ docker_dir }}/firefox/style.bundle.css:/usr/share/kasmvnc/www/dist/style.bundle.css
2023-11-06 10:39:27 +08:00
# devices:
# - /dev/dri:/dev/dri
ports:
2024-08-11 21:41:34 +08:00
- 8893:8893
2023-11-06 10:39:27 +08:00
shm_size: "2gb"
restart: unless-stopped
networks:
2023-11-10 05:28:42 +08:00
- firefox
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
firefox:
name: firefox