services: web: build: . ports: - "8005:7860" volumes: - ./.env:/code/.env - ./credentials.json:/code/credentials.json env_file: - ./.env restart: unless-stopped