mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 10:50:41 +02:00
15 lines
297 B
YAML
15 lines
297 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
|
|
app_proxy:
|
|
environment:
|
|
# The format here is: <app-id>_<docker-service-name>_1
|
|
APP_HOST: sparkles-hello-world_server_1
|
|
APP_PORT: 3000
|
|
|
|
server:
|
|
image: getumbrel/community-app-store-hello-world:latest
|
|
user: "1000:1000"
|
|
init: true
|