Inegrate calendi in meeting Schedule
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
305 B

  1. version: '2'
  2. services:
  3. abp_host:
  4. image: abp/host
  5. environment:
  6. - ASPNETCORE_ENVIRONMENT=Staging
  7. ports:
  8. - "9901:80"
  9. volumes:
  10. - "./Host-Logs:/app/App_Data/Logs"
  11. abp_ng:
  12. image: abp/ng
  13. ports:
  14. - "9902:80"