# Секреты — только из .env (см. .env.local.example) services: web: build: . ports: - "3000:3000" env_file: - .env.local restart: unless-stopped