We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b28b7d + 92f1f6a commit 373c9aaCopy full SHA for 373c9aa
compose/production/README.md
@@ -14,6 +14,7 @@ Copy files and create directories
14
15
```bash
16
mkdir -p skyviewer skyviewer/logs skyviewer/data/redis skyviewer/data/tmp skyviewer/certificates \
17
+&& chmod -R g+w skyviewer/logs skyviewer/data \
18
&& git clone https://github.com/linea-it/sky-viewer.git skyviewer_temp \
19
&& cp skyviewer_temp/compose/production/docker-compose.production.yml skyviewer/docker-compose.yml \
20
&& cp skyviewer_temp/compose/production/env_template skyviewer/.env \
@@ -34,6 +35,7 @@ cd certificates \
34
35
&& cp mykey.key mykey.pem \
36
&& cp mycert.crt mycert.pem \
37
&& cd ..
38
+&& chmod -R go+r certificates \
39
```
40
41
Edit .env for secrets, users and passwords.
0 commit comments