[GITEA] Mount gnous main website sources for deployment

This commit is contained in:
thopic 2021-11-10 16:30:14 +01:00
parent 076908e14d
commit 8c1fa4e08d
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
DATA_PATH=
GNOUS_WEB_PATH=
CN=
SSH_PORT=

View File

@ -17,6 +17,7 @@ services:
- /etc/timezone/:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ${DATA_PATH}/app/data:/var/lib/gitea
- ${GNOUS_WEB_PATH}:/var/lib/apache
- ${DATA_PATH}/app/config:/etc/gitea
env_file: secrets/app.secrets
environment: