1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-02-22 12:54:48 +01:00

minor style changes, added graphics volume

This commit is contained in:
2024-04-13 23:56:08 +02:00
parent 0bc1a955a6
commit cdf6660cae
6 changed files with 22 additions and 17 deletions

View File

@@ -60,12 +60,13 @@ The `config.py` can be found in the `src` folder.
Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description |
| ----------- | ------------------------- | ------------------------------------------------------------ |
| config-file | /wiki/config.py | Config file |
| entries | /wiki/templates/entry | Directory for wiki entries |
| css | /wiki/static/css | (optional) Directory for css files |
| html | /wiki/templates | (optional) Directory for templates (entry-volume not needed) |
| Volume-Name | Container mount | Description |
| ------------- | ----------------------- | ------------------------------------------------------------ |
| `config-file` | `/wiki/config.py` | Config file |
| `entries` | `/wiki/templates/entry` | Directory for wiki entries |
| `graphics` | `/wiki/static/graphics` | Directory for images needed for entries |
| `css` | `/wiki/static/css` | (optional) Directory for css files |
| `html` | `/wiki/templates` | (optional) Directory for templates (entry-volume not needed) |
#### Ports