Update and unify app
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user