# docker-compose.yml version: '3' services: admin-app: build: ./admin-app ports: - "3000:3000" admin-api: build: ./admin-api ports: - "3001:3001"