services: web: build: . ports: - "3010:3010" volumes: - ./.env:/code/.env env_file: - ./.env restart: unless-stopped