GTFRH_V1
This commit is contained in:
30
GTFRRH/docker-compose.yml
Normal file
30
GTFRRH/docker-compose.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: ./project/backend/config
|
||||
dockerfile: DockerfileGTFRH.backend
|
||||
ports:
|
||||
- "8000:3001"
|
||||
environment:
|
||||
- DB_SERVER=192.168.0.3
|
||||
- DB_DATABASE=GTF
|
||||
- DB_USER=gtf_app
|
||||
- DB_PASSWORD=GTF2025!Secure
|
||||
- DB_ENCRYPT=true
|
||||
- DB_TRUST_SERVER_CERTIFICATE=true
|
||||
- PORT=3000
|
||||
extra_hosts:
|
||||
- "BONEMINE:192.168.0.3"
|
||||
- "bonemine.ensup.local:192.168.0.3"
|
||||
|
||||
frontend:
|
||||
build:
|
||||
context: ./project
|
||||
dockerfile: DockerfileGTFRH.frontend
|
||||
ports:
|
||||
- "3002:3002"
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- VITE_API_BASE_URL=https://mygtf-rh.ensup-adm.net:8000
|
||||
depends_on:
|
||||
- backend
|
||||
Reference in New Issue
Block a user