--- services: backend: build: context: . env_file: ./backend/.env ports: - 8081:8080 restart: unless-stopped