services: app: build: context: . dockerfile: Dockerfile env_file: - .env ports: - "3000:3000" depends_on: postgres: condition: service_healthy rabbitmq: condition: service_healthy restart: unless-stopped