chore: recover compose files from running containers

This commit is contained in:
Deeman
2026-02-27 17:28:28 +01:00
parent e8fb7eef38
commit 08fd5e82c4
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- PATH=/opt/certbot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
- OPENRESTY_VERSION=1.27.1.2
- CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
- CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
- SUPPRESS_NO_CONFIG_WARNING=1
- S6_BEHAVIOUR_IF_STAGE2_FAILS=1
- S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
- S6_FIX_ATTRS_HIDDEN=1
- S6_KILL_FINISH_MAXTIME=10000
- S6_VERBOSITY=1
- NODE_ENV=production
- NPM_BUILD_VERSION=2.13.6
- NPM_BUILD_COMMIT=f3efaae
- NPM_BUILD_DATE=2026-01-14 04:42:42 UTC
- NODE_OPTIONS=--openssl-legacy-provider
volumes:
- /home/beanflows_service_user/base_services/reverse_proxy/letsencrypt:/etc/letsencrypt
- /home/beanflows_service_user/base_services/reverse_proxy/data:/data