mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
Refactor volume names from 'bw-data' to 'bw-storage' across multiple Docker Compose files for consistency and clarity.
This commit is contained in:
parent
394d7aa64f
commit
b6bb520961
49 changed files with 99 additions and 99 deletions
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "auth.example.com app1.example.com app2.example.com" # replace with your domains
|
||||
|
|
@ -97,7 +97,7 @@ services:
|
|||
- authelia-redis
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
redis-data:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "auth.example.com app1.example.com app2.example.com" # replace with your domains
|
||||
|
|
@ -185,7 +185,7 @@ services:
|
|||
- authentik-net
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
database:
|
||||
redis:
|
||||
media:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
<<: *env
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
|
|
@ -53,7 +53,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "${DOMAIN}"
|
||||
|
|
@ -65,7 +65,7 @@ services:
|
|||
|
||||
volumes:
|
||||
...
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
networks:
|
||||
...
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ services:
|
|||
- MYSQL_USER=bunkerweb
|
||||
- MYSQL_PASSWORD=DBPassword # Remember to set a stronger password for the database
|
||||
volumes:
|
||||
- bw-data:/var/lib/mysql
|
||||
- bw-storage:/var/lib/mysql
|
||||
networks:
|
||||
- bw-docker
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ services:
|
|||
- DATABASE_URI=mariadb+pymysql://bunkerweb:DBPassword@bw-db:3306/db # Remember to set a stronger password for the database
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
certs:
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -84,7 +84,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -71,7 +71,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -68,7 +68,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -71,7 +71,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
MULTISITE: "yes"
|
||||
|
|
@ -73,7 +73,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -63,7 +63,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
db-data:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -47,7 +47,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
ghost-data:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -48,7 +48,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -61,7 +61,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -65,7 +65,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
joomla-data:
|
||||
db-data:
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -58,7 +58,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -82,7 +82,7 @@ services:
|
|||
- magento-net
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
db-data:
|
||||
magento-data:
|
||||
elasticsearch-data:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -114,7 +114,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -33,7 +33,7 @@ services:
|
|||
REVERSE_PROXY_URL: "/"
|
||||
REVERSE_PROXY_HOST: "http://mongo-ui:8081"
|
||||
CUSTOM_CONF_MODSEC_mongo-express: |
|
||||
SecRule REQUEST_FILENAME "@rx ^/db" "id:1,ctl:ruleRemoveByTag=attack-generic,ctl:ruleRemoveByTag=attack-protocol,nolog"
|
||||
SecRule REQUEST_FILENAME "@rx ^/db" "id:1000000,ctl:ruleRemoveByTag=attack-generic,ctl:ruleRemoveByTag=attack-protocol,nolog"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- bw-universe
|
||||
|
|
@ -64,7 +64,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
db-data:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -73,7 +73,7 @@ services:
|
|||
- moodle-net
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
db-data:
|
||||
moodle-files:
|
||||
moodle-data:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -79,7 +79,7 @@ services:
|
|||
- nextcloud-net
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
db-data:
|
||||
nc-files:
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -79,7 +79,7 @@ services:
|
|||
|
||||
volumes:
|
||||
db-data:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
gpg_volume:
|
||||
jwt_volume:
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -55,7 +55,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com" # replace with your domains
|
||||
|
|
@ -69,7 +69,7 @@ services:
|
|||
- net-app2
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -53,7 +53,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -71,7 +71,7 @@ services:
|
|||
- prestashop-net
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
ps-data:
|
||||
db-data:
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
<<: *env
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
|
|
@ -58,7 +58,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ services:
|
|||
SecAction "id:900220,phase:1,nolog,pass,t:none,setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |multipart/related| |text/xml| |application/xml| |application/soap+xml| |application/x-amf| |application/json| |application/cloudevents+json| |application/cloudevents-batch+json| |application/octet-stream| |application/csp-report| |application/xss-auditor-report| |text/plain| |application/x-git-upload-pack-request| |application/x-git-receive-pack-request|'"
|
||||
restart: "unless-stopped"
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
networks:
|
||||
- bw-universe
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -64,7 +64,7 @@ services:
|
|||
- redmine-net
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
redmine-data:
|
||||
db-data:
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com" # replace with your domains
|
||||
|
|
@ -50,7 +50,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -54,7 +54,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -43,7 +43,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com" # replace with your domains
|
||||
|
|
@ -57,7 +57,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ services:
|
|||
- bunkerweb
|
||||
- mysyslog
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -72,7 +72,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -43,7 +43,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
|
|
@ -54,7 +54,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
depends_on:
|
||||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- bw-storage:/data
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "www.example.com" # replace with your domain
|
||||
|
|
@ -63,7 +63,7 @@ services:
|
|||
- bw-services
|
||||
|
||||
volumes:
|
||||
bw-data:
|
||||
bw-storage:
|
||||
wp-data:
|
||||
db-data:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue