updated build

This commit is contained in:
Warunee Tamkoo 2024-12-03 17:32:54 +07:00
parent 2361fa7b92
commit 0afd119bdb
6 changed files with 83 additions and 83 deletions

View file

@ -0,0 +1,21 @@
version: "3.4"
services:
qualifying-exam-cms:
image: docker.frappet.com/demo/qualifying-exam-cms:latest
restart: unless-stopped
# ports:
# - "4025:80"
environment:
TZ: Asia/Bangkok
API_CMS_URL: "https://bma-ehr-exam.frappet.synology.me/api/v1/cms"
API_QUALIFYING_URL: "https://bma-ehr-exam.frappet.synology.me/api/v1/cms"
API_COMPETITIVE_URL: "/api"
PUBLIC_URL_REGISTER_QUALIFY_EXAM: "https://bma-ehr-exam.frappet.synology.me"
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