monorepo-microservice-rbac/apps/services/aorta/docker-compose.yml

18 lines
246 B
YAML
Raw Normal View History

2023-08-27 14:37:59 +08:00
version: '3'
services:
gateway:
build: './gateway'
restart: always
hostname: gateway
ports:
- "8000:8000"
auth:
build: './auth'
restart: always
hostname: auth
links:
- mysql
mysql:
image: ''