mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00

Co-authored-by: Alexander L. <lackner.alex@gmail.com> Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
16 lines
374 B
YAML
16 lines
374 B
YAML
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: sqlitebrowser_app_1
|
|
APP_PORT: 3000
|
|
|
|
app:
|
|
image: linuxserver/sqlitebrowser:3.13.1@sha256:1b1e81f0af222af3353a4c8d3c4737264a1816a43e4410819430335fa099b1da
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/CET
|