mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
14 lines
354 B
YAML
14 lines
354 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: btc-deepsea_deepsea_1
|
|
APP_PORT: 5000
|
|
|
|
deepsea:
|
|
image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f
|
|
user: 1000:1000
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/:/app/data/ |