feat(deploy): compose deploy fixed
This commit is contained in:
@@ -8,10 +8,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${BACKEND_PORT}:8000"
|
- "${BACKEND_PORT}:8000"
|
||||||
environment:
|
environment:
|
||||||
|
- DB_URL=${DB_URL}
|
||||||
- SPRING_DATASOURCE_URL=${DB_URL}
|
- DB_USERNAME=${DB_USERNAME}
|
||||||
- SPRING_DATASOURCE_USERNAME=${DB_USERNAME}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
- SPRING_DATASOURCE_PASSWORD=${DB_PASSWORD}
|
|
||||||
- TEMP_DIR=/app/temp
|
- TEMP_DIR=/app/temp
|
||||||
- PROFILES_DIR=/app/profiles
|
- PROFILES_DIR=/app/profiles
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user