version: '3' services: ############## # swagger-ui # ############## swagger-ui: container_name: swagger-ui image: swaggerapi/swagger-ui:latest ports: - "127.0.0.1:8085:8080" environment: - API_URL=http://localhost:3000/ restart: unless-stopped