name: teacinema services: notifications-service: image: teacinema/notifications-service:dev container_name: teacinema-notifications-service build: context: . dockerfile: Dockerfile restart: always env_file: - .env.production.local networks: - teacinema networks: teacinema: external: true