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