File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Check out the [post](https://testdriven.io/dockerizing-django-with-postgres-guni
1010
1111Uses the default Django development server.
1212
13- 1 . Update the environment variables in the * docker-compose.yml* file.
13+ 1 . Rename * .env.dev-sample* to * .env.dev* .
14+ 1 . Update the environment variables in the * docker-compose.yml* and * .env.dev* files.
14151 . Build the images and run the containers:
1516
1617 ``` sh
@@ -23,7 +24,7 @@ Uses the default Django development server.
2324
2425Uses gunicorn + nginx.
2526
26- 1. Rename * .env-sample* to * .env* and * .env.db-sample* to * .env.db* . Update the environment variables.
27+ 1. Rename * .env.prod -sample* to * .env.prod * and * .env.prod. db-sample* to * .env.prod .db* . Update the environment variables.
27281. Build the images and run the containers:
2829
2930 ` ` ` sh
You can’t perform that action at this time.
0 commit comments