fix(deploy): use image-only production compose and correct script sync

This commit is contained in:
2026-03-06 18:37:14 +00:00
parent c696869909
commit 2edf19fac3
2 changed files with 1 additions and 15 deletions

View File

@@ -2,9 +2,6 @@ services:
web:
container_name: plesk-agency-portal
image: ${APP_IMAGE:-plesk-agency-portal:latest}
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- .env