This commit is contained in:
Léo Haf 2025-04-25 17:40:53 +02:00 committed by GitHub
parent 2ed52123de
commit 28188784ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,11 @@ services:
app_proxy: app_proxy:
environment: environment:
APP_HOST: btc-deepsea_deepsea_1 APP_HOST: btc-deepsea_deepsea_1
APP_PORT: 5333 APP_PORT: 5000
deepsea: deepsea:
image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f
user: 1000:1000 user: 1000:1000
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data/:/app/data/ - ${APP_DATA_DIR}/data/:/app/data/
ports:
- 5333:5333