Skip to content

Commit 76ded4c

Browse files
committed
Replace docker usage section in README
1 parent 7eb5c4f commit 76ded4c

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -181,30 +181,8 @@ password: admin
181181
Docker usage
182182
------------
183183

184-
To run this docker image you will need a configuration database. For testing purposes you can use the demo DB.
184+
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).
185185

186-
The following steps explain how to download the demo DB docker image and how to run the `qwc-admin-gui` service with `docker-compose`.
187-
188-
**Step 1: Clone qwc-docker**
189-
190-
git clone https://github.com/qwc-services/qwc-docker
191-
cd qwc-docker
192-
193-
**Step 2: Create docker-compose.yml file**
194-
195-
cp docker-compose-example.yml docker-compose.yml
196-
197-
**Step 3: Set flask debug mode to true**
198-
199-
For the QWC Admin GUI to work without login you will have to add the following `env` variable:
200-
201-
FLASK_DEBUG=1
202-
203-
**Step 4: Start docker containers**
204-
205-
docker-compose up qwc-admin-gui
206-
207-
For more information please visit: https://github.com/qwc-services/qwc-docker
208186

209187
Development
210188
-----------

0 commit comments

Comments
 (0)