mirror of
https://codeberg.org/dragongoose/safetwitch.git
synced 2024-11-02 22:23:59 +00:00
13 lines
266 B
YAML
13 lines
266 B
YAML
version: "3.9"
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: "../"
|
|
dockerfile: ./docker/Dockerfile
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
- VITE_BACKEND_DOMAIN=localhost:7000
|
|
- VITE_INSTANCE_DOMAIN=localhost:80
|
|
- VITE_HTTPS=false
|
|
|