forked from michael.heier/umbrel-apps
23 lines
600 B
YAML
23 lines
600 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_IPFS_PODCASTING_IP
|
|
APP_PORT: $APP_IPFS_PODCASTING_PORT
|
|
|
|
web:
|
|
image: ipfspodcasting/podcastnode:v0.5@sha256:aa56c571494323f210677ad4291ffead0fff31a1da1544766557e54b413f43d0
|
|
init: true
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
user: "1000:1000"
|
|
ports:
|
|
- ${APP_IPFS_PODCASTING_P2P_PORT}:4001 # IPFS
|
|
volumes:
|
|
- ${APP_DATA_DIR}/ipfs:/ipfs-podcasting/ipfs
|
|
- ${APP_DATA_DIR}/cfg:/ipfs-podcasting/cfg
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_IPFS_PODCASTING_IP
|