diapal-panel/docker-compose.prod.yml
2023-05-23 15:38:16 +03:00

19 lines
595 B
YAML

version: "3.3"
services:
dipal-admin:
ports:
- 8000:80
environment:
- VITE_API_ORIGIN=https://admin.dev.dipal.ru/api/v1
- VITE_API_AUTH_ORIGIN=https://auth.dev.dipal.ru/api/v1/auth
- VITE_API_AUTH_PHONENUMBER=/start-challenge
- VITE_API_AUTH_LOGIN=/login
- VITE_API_AUTH_REFRESH=/refresh-token
- VITE_API_CREATE_MEMBER=/user_place/members
- VITE_API_PLACES=/place
- VITE_API_USERS=/profile
- VITE_API_USERS_ACCOUNT=/account
- VITE_API_USERS_PROFILE=/profile
build:
context: .
dockerfile: dockerfile.prod