diff --git a/compose-plesk.yaml b/compose-plesk.yaml index 26322bf2..143aef38 100644 --- a/compose-plesk.yaml +++ b/compose-plesk.yaml @@ -4,12 +4,10 @@ services: frontend: - build: - context: /var/www/vhosts/asolutions.jp/httpdocs - dockerfile: apps/portal/Dockerfile - target: production + image: portal-frontend container_name: portal-frontend network_mode: host + pull_policy: never environment: - NODE_ENV=production - PORT=3000 @@ -26,12 +24,10 @@ services: retries: 3 backend: - build: - context: /var/www/vhosts/asolutions.jp/httpdocs - dockerfile: apps/bff/Dockerfile - target: production + image: portal-backend container_name: portal-backend network_mode: host + pull_policy: never environment: - NODE_ENV=production - PORT=4000