Linux kullanıcı adı problemleri
This commit is contained in:
parent
a7a5af5f94
commit
a8c0ba9fae
2 changed files with 4 additions and 4 deletions
|
|
@ -73,13 +73,13 @@ sudo certbot certonly --manual --preferred-challenges=dns --email system@sozsoft
|
||||||
sudo su
|
sudo su
|
||||||
cd /etc/letsencrypt/archive
|
cd /etc/letsencrypt/archive
|
||||||
chgrp docker -R sozsoft.com
|
chgrp docker -R sozsoft.com
|
||||||
chown kurs -R sozsoft.com
|
chown sedat -R sozsoft.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Sertifika ortam makinalarına manuel olarak kopyalanır
|
Sertifika ortam makinalarına manuel olarak kopyalanır
|
||||||
|
|
||||||
- DevOps makinasından sertifikalar indirilir (indirmek için sudo su, cp -R /etc/letsencrypt/archive/sozsoft.com /home/kurs)
|
- DevOps makinasından sertifikalar indirilir (indirmek için sudo su, cp -R /etc/letsencrypt/archive/sozsoft.com /home/sedat)
|
||||||
- Ortam makinasına /home/kurs klasörüne yüklenir
|
- Ortam makinasına /home/sedat klasörüne yüklenir
|
||||||
|
|
||||||
# 4. DevOps Makina Kurulumu
|
# 4. DevOps Makina Kurulumu
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ services:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- GENERIC_TIMEZONE=Europe/Istanbul
|
- GENERIC_TIMEZONE=Europe/Istanbul
|
||||||
volumes:
|
volumes:
|
||||||
- n8n_data:/home/node/.n8n
|
- n8n_data:/home/sedat/.n8n
|
||||||
networks:
|
networks:
|
||||||
- n8n
|
- n8n
|
||||||
|
|
||||||
Loading…
Reference in a new issue