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