mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-03-13 06:31:26 -05:00
8 lines
137 B
YAML
8 lines
137 B
YAML
|
version: "3.9"
|
||
|
services:
|
||
|
backend:
|
||
|
build:
|
||
|
context: "../"
|
||
|
dockerfile: ./docker/Dockerfile
|
||
|
ports:
|
||
|
- "7000:7000"
|