merge with main

This commit is contained in:
Nicolas Drolet 2026-01-06 09:16:37 -05:00
commit b6ddb8f447
2 changed files with 27 additions and 1 deletions

26
docker-compose.yaml Normal file
View File

@ -0,0 +1,26 @@
---
name: app-targo
services:
backend:
build:
context: https://git.targo.ca/Targo/targo_backend.git
args:
- CALLBACK_URL=http://${SERVER_IP}:${BACKEND_PUBLIC_PORT}/auth/callback
environment:
- REDIRECT_URL_DEV=http://${SERVER_IP}:${FRONTEND_PUBLIC_PORT}/#/login-success
env_file:
- stack.env
ports:
- ${BACKEND_PUBLIC_PORT}:3000
frontend:
build:
context: https://git.targo.ca/Targo/targo_frontend.git
args:
- BACKEND_URL=http://${SERVER_IP}:${BACKEND_PUBLIC_PORT}/
volumes:
- .:/app
env_file:
- stack.env
ports:
- ${FRONTEND_PUBLIC_PORT}:9000

View File

@ -98,7 +98,7 @@ export default defineConfig((ctx) => {
devServer: {
// https: true,
open: true, // opens browser window automatically
allowedHosts: true
allowedHosts: true,
},
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#framework