Compare commits

...

1 Commits
master ... uat

Author SHA1 Message Date
minh android 1d12837be6 config 1 year ago
  1. 10
      docker-compose.yml.example
  2. 2
      src/_constants/config.js

@ -1,9 +1,9 @@
version: '3.5'
services:
#Nginx Service
register-teacher-nginx:
daisu-nginx:
image: nginx:alpine
container_name: register-teacher-nginx
container_name: daisu-nginx
restart: unless-stopped
tty: true
ports:
@ -12,12 +12,14 @@ services:
volumes:
- ./:/var/www
- ./nginx/conf.d:/etc/nginx/conf.d
# - ./certbot/www:/var/www/certbot/:ro
# - ./certbot/conf/:/etc/nginx/ssl/:ro
networks:
- app-network
#Node Service
register-teacher-web:
daisu-node-web:
image: node:16
container_name: register-teacher-web
container_name: daisu-node-web
build:
context: .
dockerfile: ./Dockerfile

@ -11,7 +11,7 @@ export const configConstants = {
BASE_URL: "https://agent.sundayenglish.com/",
EXCERCISE_URL: "https://exercise.sundayenglish.com/",
// API_URL_SETEST: "http://45.119.84.189:10809/api",
API_URL_SETEST: "https://agent.sundayenglish.com/api",
API_URL_SETEST: "https://agent.dev.sundayenglish.com/api",
AUTH_URL: "https://oauth2.sundayenglish.com/",
API_TIMEOUT: "60000",
LOGIN_VIA_GOOLE: "GOOGLE",

Loading…
Cancel
Save