mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 21:33:01 -05:00
12 lines
247 B
YAML
12 lines
247 B
YAML
|
version: "3.9"
|
||
|
services:
|
||
|
frontend:
|
||
|
build:
|
||
|
context: "../"
|
||
|
dockerfile: ./docker/Dockerfile
|
||
|
ports:
|
||
|
- "8080:80"
|
||
|
environment:
|
||
|
- VITE_BACKEND_URL=http://localhost:7000
|
||
|
- VITE_INSTANCE_URL=http://localhost:80
|