Версия 0.5.1 Исправлен файл для прода docker-compose.yml.
This commit is contained in:
parent
ce18e9e3a6
commit
e2a9da64be
@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
@ -15,11 +13,9 @@ services:
|
||||
- NODE_ENV=production
|
||||
networks:
|
||||
- lawn-scheduler-network
|
||||
depends_on:
|
||||
- nginx
|
||||
|
||||
nginx:
|
||||
image: webdevops/nginx:alpine
|
||||
image: nginx:alpine
|
||||
container_name: lawn-scheduler-nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lawn-mowing-scheduler",
|
||||
"private": true,
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user