ci: fix pipeline, update readme and anonymize ZT references
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user