You've already forked hotpocket
All checks were successful
Production deployment / Build (release) Successful in 32s
CI / Checks (push) Successful in 2m20s
Staging deployment / Build (release) Successful in 1m9s
Staging deployment / Deploy (release) Successful in 1m10s
Production deployment / Deploy (release) Successful in 2m25s
13 lines
367 B
YAML
13 lines
367 B
YAML
services:
|
|
backend:
|
|
image: "bthlabs/hotpocket:aio-v25.11.26-01"
|
|
environment:
|
|
HOTPOCKET_BACKEND_SECRET_KEY: "thisisntright"
|
|
HOTPOCKET_BACKEND_INITIAL_ACCOUNT_USERNAME: "hotpocket"
|
|
HOTPOCKET_BACKEND_INITIAL_ACCOUNT_PASSWORD: "hotpocketm4st3r"
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- "./run:/srv/run"
|
|
restart: "unless-stopped"
|