Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deploy/hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
source: header
name: X-Hub-Signature-256

# генерацию ключа openssl rand hex -32

# генерацию ключа openssl rand -hex 32
# путь для конфига /etc/webhook.conf
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ services:
tmpfs: # Папка, доступная для записи инфорамции, в случае надобности.
- /tmp

watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 300 --cleanup
security_opt:
- no-new-privileges:true
tmpfs:
- /tmp

volumes:
postgres_data:
driver: local
Expand Down
Loading