Sha256: f53026057136e97b4c514afe535375685204db47b6863df10ffd334e18558c09
Contents?: true
Size: 936 Bytes
Versions: 1
Compression:
Stored size: 936 Bytes
Contents
version: '2.0' services: soar-authentication-token: build: . image: soar-authentication-token volumes: - .:/usr/local/src/ links: - authentication-token-generator-service - authentication-token-validator-service authentication-token-generator-service: build: ../authentication-token-generator-service image: authentication-token-generator-service expose: - "9393" volumes: - ../authentication-token-generator-service:/usr/local/src/ environment: - RACK_ENV=development - ENVIRONMENT_FILE=environment_local.yml authentication-token-validator-service: build: ../authentication-token-validator-service image: authentication-token-validator-service expose: - "9393" volumes: - ../authentication-token-validator-service:/usr/local/src/ environment: - RACK_ENV=development - ENVIRONMENT_FILE=environment_local.yml
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
soar_authentication_token-0.0.4 | docker-compose.yml |