|
@@ -4,6 +4,7 @@ services:
|
|
|
dockerfile: docker/backend/Dockerfile
|
|
|
context: .
|
|
|
# image: helper_backend:1.1
|
|
|
+ restart: always
|
|
|
environment:
|
|
|
NODE_ENV: "production"
|
|
|
DB_PORT: 3306
|
|
@@ -24,6 +25,7 @@ services:
|
|
|
context: .
|
|
|
# volumes:
|
|
|
# - docker/html:/usr/share/nginx/html
|
|
|
+ restart: always
|
|
|
ports:
|
|
|
- "19090:80"
|
|
|
networks:
|