0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2024-12-22 13:13:00 -05:00
safetwitch-backend/docker-compose.yml
2023-06-07 17:00:58 -04:00

10 lines
No EOL
176 B
YAML

version: "3.9"
services:
backend:
build:
context: .
dockerfile: ./Dockerfile
ports:
- "7000:8080"
environment:
- URL=http://localhost:7000