services: backend: build: ./backend env_file: .env ports: - "8001:8000" restart: unless-stopped dns: - 8.8.8.8 - 1.1.1.1