You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
600 B
23 lines
600 B
3 years ago
|
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
|