Update docker-compose configuration for production environment
This commit is contained in:
parent
da7d6e8e71
commit
6977d96f27
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- NODE_ENV=development
|
||||
- NODE_ENV=production
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "3302:80"
|
||||
@ -13,19 +13,8 @@ services:
|
||||
stdin_open: true
|
||||
healthcheck:
|
||||
disable: true
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- VITE_APP_WS_SERVER_URL=https://ed-room.bebragg.ru
|
||||
volumes:
|
||||
- ./:/opt/node_app/app:delegated
|
||||
- ./package.json:/opt/node_app/package.json
|
||||
- ./yarn.lock:/opt/node_app/yarn.lock
|
||||
- notused:/opt/node_app/app/node_modules
|
||||
|
||||
excalidraw-room:
|
||||
image: excalidraw/excalidraw-room:latest
|
||||
ports:
|
||||
- '8802:80'
|
||||
|
||||
volumes:
|
||||
notused:
|
||||
- '3002:80'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user