Files
hotpocket/deployment/aio/docker-compose.yaml
Tomek Wójcik fe95525386
All checks were successful
CI / Checks (push) Successful in 2m55s
Production deployment / Build (release) Successful in 2m38s
Staging deployment / Build (release) Successful in 2m38s
Staging deployment / Deploy (release) Successful in 2m52s
Production deployment / Deploy (release) Successful in 3m44s
Release v26.8.22
Emergency release due to an issue with Apple apps and extensions.
2026-08-22 12:52:14 +02:00

13 lines
366 B
YAML

services:
backend:
image: "bthlabs/hotpocket:aio-v26.8.22-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"