Files
Claude VM a6c03a091e initial: split from gov-agreg — vreau.digital standalone platform
Moved from gov-agreg/src/pages/achizitii/* to root (drop prefix).
- 22 pages migrated, 127 files total
- All internal links: /achizitii/X → /X (176 occurrences fixed)
- AchizitiiLayout subnav rewritten: /X paths, top-right link to vreaudigital.ro hub
- BaseLayout new (vreau.digital branding, OG tags, site URL)
- astro.config.mjs: site https://vreau.digital, server output (was static)
- docker-compose: port 5096 (vreaudigital is 5095), container vreau-digital
- deploy.sh: paths /opt/vreau-digital, log /var/log/vreau-digital-deploy.log

Backend shared with gov-agreg:
- PostgreSQL satra (same schemas: seap, firms, anaf, anre, ...)
- Photon, Martin tiles
- Infisical /vreaudigital path (DATABASE_URL etc. shared)

build: PASS (npx astro check 0 errors, npm run build 5s vite + 10s server)
2026-05-13 00:10:32 +03:00

21 lines
581 B
YAML

services:
wsp-incremental:
build:
context: .
dockerfile: wsp/Dockerfile
image: wsp-scraper:latest
container_name: wsp-incremental
restart: 'no'
network_mode: host # easy access to architools_postgres on 10.10.10.166:5432
environment:
DATABASE_URL: ${DATABASE_URL}
SEAP_USER: ${SEAP_USER}
SEAP_PASS: ${SEAP_PASS}
SEAP_CERT_KEY: ${SEAP_CERT_KEY}
command: ["python", "-m", "wsp.runner", "incremental", "all"]
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "5"