Skip to content

Commit 014d4d4

Browse files
committed
Update Docker Compose and Docker ENV Setup docs
1 parent 9154604 commit 014d4d4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
context: ./docker/pg
99
dockerfile: Dockerfile
1010
env_file:
11-
- docker.env
11+
- docker-compose.env
1212
volumes:
1313
- postgres_volume:/var/lib/postgresql/data
1414
ports:

docs/dev-guide/intro.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,15 @@ Using Docker
9191
^^^^^^^^^^^^
9292

9393
If you decide to use Docker to run the local PostgreSQL server, then a
94-
pre-built Docker Compose file is provided. Simply run the following:
94+
pre-built Docker Compose file is provided. Setup instructions are as follows:
95+
96+
1. Copy ``envs/docker.env`` to ``docker-compose.env`` within the root of the repo. Modify as appropriate.
97+
98+
.. code-block:: bash
99+
100+
cp envs/docker.env docker-compose.env
101+
102+
2. Run the following command to start the PostgreSQL server
95103

96104
.. code-block:: bash
97105

0 commit comments

Comments
 (0)