mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 05:02:58 -05:00
10 lines
176 B
YAML
10 lines
176 B
YAML
|
version: "3.9"
|
||
|
services:
|
||
|
backend:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: ./Dockerfile
|
||
|
ports:
|
||
|
- "7000:8080"
|
||
|
environment:
|
||
|
- URL=http://localhost:7000
|