0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2024-12-22 05:02:58 -05:00
safetwitch-backend/docker-compose.yml

10 lines
176 B
YAML
Raw Normal View History

2023-06-07 16:00:58 -05:00
version: "3.9"
services:
backend:
build:
context: .
dockerfile: ./Dockerfile
ports:
- "7000:8080"
environment:
- URL=http://localhost:7000