version: '3.8' services: gateway: image: ruoyi-gateway:${APP_VERSION} container_name: ruoyi-gateway ports: - "48080:48080" environment: SPRING_PROFILES_ACTIVE: dev system: image: ruoyi-system:${APP_VERSION} container_name: ruoyi-system ports: - "48081:48081" environment: SPRING_PROFILES_ACTIVE: dev infra: image: ruoyi-infra:${APP_VERSION} container_name: ruoyi-infra ports: - "48082:48082" environment: SPRING_PROFILES_ACTIVE: dev