umbrel-apps/firefox/docker-compose.yml
Pranshu Agrawal 3c7ce129ac
App Submission: Firefox (#253)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-12-23 15:17:24 +00:00

18 lines
386 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: firefox_server_1
APP_PORT: 3000
server:
image: linuxserver/firefox:101.0.1@sha256:04124c6961be68a869f95cfccd509d3a63be157a59a5407f9eaa39dbf19b34a6
restart: on-failure
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
shm_size: "1gb"