UNPKG

auth-service-nestjs

Version:

Authorization service for lightweight systems

24 lines (21 loc) 374 B
version: '3.0' services: auth_service: image: auth_service networks: - auth_service container_name: auth_service build: context: . env_file: - .env volumes: - store:/app/store ports: - ${PUBLIC_HTTP_PORT}:${LISTEN_HTTP_PORT} restart: unless-stopped volumes: store: networks: auth_service: name: auth