Skip to content

Commit b9f7dc2

Browse files
committed
Replace docker usage section in README
1 parent 3438ede commit b9f7dc2

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -165,24 +165,8 @@ This expression is a serialized JSON array of the format:
165165
Docker usage
166166
------------
167167

168-
To run this docker image you will need a PostGIS database. For testing purposes you can use the demo DB.
168+
See sample [docker-compose.yml](https://github.com/qwc-services/qwc-docker/blob/master/docker-compose-example.yml) of [qwc-docker](https://github.com/qwc-services/qwc-docker).
169169

170-
The following steps explain how to download the demo DB docker image and how to run the `qwc-data-service` with `docker-compose`.
171-
172-
**Step 1: Clone qwc-docker**
173-
174-
git clone https://github.com/qwc-services/qwc-docker
175-
cd qwc-docker
176-
177-
**Step 2: Create docker-compose.yml file**
178-
179-
cp docker-compose-example.yml docker-compose.yml
180-
181-
**Step 3: Start docker containers**
182-
183-
docker-compose up qwc-data-service
184-
185-
For more information please visit: https://github.com/qwc-services/qwc-docker
186170

187171
Development
188172
-----------

0 commit comments

Comments
 (0)