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.
|
|
- version: '2'
-
- services:
-
- abp_host:
- image: abp/host
- environment:
- - ASPNETCORE_ENVIRONMENT=Staging
- ports:
- - "9901:80"
- volumes:
- - "./Host-Logs:/app/App_Data/Logs"
-
- abp_ng:
- image: abp/ng
- ports:
- - "9902:80"
|