Files
Bubberstation/compose.yml
2026-06-14 01:43:52 -04:00

14 lines
267 B
YAML

services:
bubberstation:
build: .
environment:
HOST: 127.0.0.1
PORT: 3000
RUSTUP_INIT_SKIP_PATH_CHECK: yes
DEBIAN_FRONTEND: noninteractive
working_dir: /app
volumes:
- type: bind
source: ./
target: /app