mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 23:27:56 +01:00
14 lines
267 B
YAML
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
|