We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.env
1 parent 939ca26 commit 481330eCopy full SHA for 481330e
docker-compose.dev.yml
@@ -10,6 +10,9 @@ services:
10
api:
11
ports:
12
- '5033:5000'
13
+ environment:
14
+ - USE_DEV_SERVER=True
15
+ - DJANGO_SETTINGS_MODULE=svip_server.settings.development
16
db:
17
18
- '30432:5432' # dev access port
docker-compose.prod.yml
@@ -17,4 +17,8 @@ services:
- .env
ui:
19
environment:
20
- - VUE_APP_API_URL=/api/v1
+ - VUE_APP_API_URL=/api/v1
21
+ api:
22
23
+ - USE_DEV_SERVER=
24
+ - DJANGO_SETTINGS_MODULE=svip_server.settings.production
0 commit comments