staging #3

Merged
groot merged 2 commits from staging into main 2025-01-04 14:55:15 +00:00
Showing only changes of commit 4dfc299ca1 - Show all commits

View File

@@ -7,7 +7,7 @@ networks:
- subnet: 172.17.0.0/24
services:
web:
image: git.send.nrw/sendnrw/sid_web_nginx:latest
image: git.send.nrw/sendnrw/security_in_depth_web_web:latest
volumes:
- /docker/mnt/stack0/web1/server/etc/nginx/nginx.conf:/etc/nginx/nginx.conf
- /docker/mnt/stack0/web1/server/etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
@@ -33,7 +33,7 @@ services:
ports:
- "8080:80"
php83:
image: git.send.nrw/sendnrw/sid_web_php83:latest
image: git.send.nrw/sendnrw/security_in_depth_web_php83:latest
volumes:
- /docker/mnt/stack0/web1/server/etc/php83/php-fpm.conf:/etc/php83/php-fpm.conf
- /docker/mnt/stack0/web1/server/etc/php83/php.ini:/etc/php83/php.ini
@@ -53,7 +53,7 @@ services:
web_network_1:
ipv4_address: 172.17.0.83
php84:
image: git.send.nrw/sendnrw/sid_web_php84:latest
image: git.send.nrw/sendnrw/security_in_depth_web_php84:latest
volumes:
- /docker/mnt/stack0/web1/server/etc/php84/php-fpm.conf:/etc/php84/php-fpm.conf
- /docker/mnt/stack0/web1/server/etc/php84/php.ini:/etc/php84/php.ini
@@ -73,7 +73,7 @@ services:
web_network_1:
ipv4_address: 172.17.0.84
redis:
image: git.send.nrw/sendnrw/sid_web_redis:latest
image: git.send.nrw/sendnrw/security_in_depth_web_redis:latest
volumes:
- /docker/mnt/stack0/web1/server/etc/redis/redis.conf:/etc/redis.conf
deploy: