mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-03-11 13:41:24 -05:00
12 lines
No EOL
266 B
YAML
12 lines
No EOL
266 B
YAML
version: "3.9"
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: "../"
|
|
dockerfile: ./docker/Dockerfile
|
|
args :
|
|
- VITE_BACKEND_DOMAIN=localhost:7000
|
|
- VITE_INSTANCE_DOMAIN=localhost:80
|
|
- VITE_HTTPS=false
|
|
ports:
|
|
- "8080:80" |