mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
17 lines
385 B
YAML
17 lines
385 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: firefox_server_1
|
|
APP_PORT: 3000
|
|
|
|
server:
|
|
image: linuxserver/firefox:130.0.1@sha256:2208519e32670e886783f74a976b5ca927b15b9912a01cb134e877c0b627cc3d
|
|
restart: on-failure
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
shm_size: "1gb" |