0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-03 03:10:05 -05:00
safetwitch-backend/docker/docker-compose.yml
2023-03-26 19:10:57 -04:00

8 lines
No EOL
137 B
YAML

version: "3.9"
services:
backend:
build:
context: "../"
dockerfile: ./docker/Dockerfile
ports:
- "7000:7000"