chore: recover compose files from running containers
This commit is contained in:
26
reverse-proxy/docker-compose.yml
Normal file
26
reverse-proxy/docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user