Merge with Lim add mock data to ui
This commit is contained in:
parent
08bd7b0b6a
commit
11ab0b68d0
15 changed files with 139 additions and 78 deletions
|
|
@ -3,7 +3,15 @@ services:
|
|||
qualifying-exam-cms:
|
||||
image: docker.frappet.com/demo/qualifying-exam-cms:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "4010:80"
|
||||
# ports:
|
||||
# - "4025:80"
|
||||
environment:
|
||||
TZ: Asia/Bangkok
|
||||
TZ: Asia/Bangkok
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.bma-ehr-qualifying-exam-cms.rule=Host(`bma-qualifying.frappet.synology.me`)
|
||||
networks:
|
||||
- bma-ehr
|
||||
networks:
|
||||
bma-ehr:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue