services: anotherreflections-ru-v2: build: context: . dockerfile: Dockerfile image: anotherreflections-ru-v2:latest container_name: anotherreflections-ru-v2 restart: unless-stopped ports: # На web.hhivp.com nginx-хост проксирует anotherreflections.ru # на 127.0.0.1:4084. Менять при необходимости. - "127.0.0.1:4084:80" # Деплой: # git pull в /opt/docker/sites/anotherreflections-ru-v2/ # docker compose build && docker compose up -d # Откат — оставлен старый WP на 127.0.0.1:4080 (контейнер anotherreflections-ru), # nginx vhost переключить обратно.