version: '2' services: account: build: context: ./@salix-services/account ports: - "3000:3000" client: build: context: ./@salix-services/client ports: - "3002:3002" nginx: build: context: ./@salix ports: - "8080:8080" salix: build: context: ./@salix-services/salix ports: - "3001:3001"