Update and unify app

This commit is contained in:
2024-06-27 22:52:39 +02:00
parent 3c831d5985
commit 7b8106fd02
16 changed files with 217 additions and 902 deletions

View File

@@ -1,17 +1,9 @@
version: "3.8"
services:
backend:
build: ./backend
ports:
- "3000:3000"
frontend:
build: ./qr-front
ports:
- "8080:8080"
nginx:
image: nginx:latest
ports:
- "80:80"
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./frontend/dist:/usr/share/nginx/html
backend:
build: ./backend
nginx:
image: nginx:latest
ports:
- '8000:80'
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf