monorepo-microservice-rbac/apps/services/aorta/docker-compose.yml
2023-08-27 14:37:59 +08:00

18 lines
246 B
YAML

version: '3'
services:
gateway:
build: './gateway'
restart: always
hostname: gateway
ports:
- "8000:8000"
auth:
build: './auth'
restart: always
hostname: auth
links:
- mysql
mysql:
image: ''