File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ services:
99 - postgres
1010 restart : always
1111 environment :
12- - PORT=your_port_number
13- - DB_HOST=postgres
14- JWT_SECRET=your_jwt_secret
15- DB_PORT=your_DB_port_number
16- DB_USERNAME=your_DB_username
17- GITHUB_TOKEN=your_github_token
18- GH_AI_ENDPOINT=your_GH_AI_endpoint
19- GH_AI_MODEL=your_GH_AI_model
12+ PORT : {PORT}
13+ DB_HOST : {DB_HOST}
14+ JWT_SECRET : {JWT_SECRET}
15+ DB_PORT : {DB_PORT}
16+ DB_USERNAME : {DB_USERNAME}
17+ GITHUB_TOKEN : {GITHUB_TOKEN}
18+ GH_AI_ENDPOINT : {GH_AI_ENDPOINT}
19+ GH_AI_MODEL : {GH_AI_MODEL}
2020 ports :
2121 - ' 3000:3000'
2222 networks :
@@ -26,11 +26,11 @@ services:
2626 image : postgres:16
2727 container_name : recipe-search-postgres
2828 environment :
29- DB_USERNAME : yourusername
30- DB_PASSWORD : yourpassword
31- DB_NAME : recipedb
32- DB_PORT : your_DB_port_number
33- DB_HOST : yourhost
29+ DB_USERNAME : {DB_USERNAME}
30+ DB_PASSWORD : {DB_PASSWORD}
31+ DB_NAME : {DB_NAME}
32+ DB_PORT : {DB_PORT}
33+ DB_HOST : {DB_HOST}
3434 ports :
3535 - ' 5432:5432'
3636 volumes :
You can’t perform that action at this time.
0 commit comments