version: "3.9" services: frontend: image: codeberg.org/dragongoose/safetwitch ports: - "8080:80" environment: - VITE_BACKEND_DOMAIN=localhost:7000 - VITE_INSTANCE_DOMAIN=localhost:80 - VITE_HTTPS=false backend: image: codeberg.org/dragongoose/safetwitch-backend ports: - "7000:7000" environment: - PORT=7000 - URL=http://localhost:7000