ci: fix pipeline, update readme and anonymize ZT references

This commit is contained in:
2026-06-12 12:30:18 +02:00
commit d1bd1a9ba9
68 changed files with 10353 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
hydrhacked:
image: registry.gitlab.com/nonobzh22/hydr-hacked:main
build: .
container_name: hydrhacked_app
restart: unless-stopped
ports:
- "${PORT:-3067}:${PORT:-3067}"
env_file:
- .env
volumes:
- ./sessions:/app/sessions
- ./downloads:/downloads
- ./images:/app/images
- ./database:/app/database
deploy:
resources:
limits:
memory: 1024M