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