Update Docker Compose files with new volume configurations

This commit is contained in:
mnjnz 2024-04-30 13:36:12 +02:00
parent db5a0be002
commit 8ef137e6f9
No known key found for this signature in database
GPG Key ID: 2654E8DA034EB7B5
4 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ volumes:
pip_cache: pip_cache:
site_packages: site_packages:
services: services:
apache: apache:
build: build:

View File

@ -7,6 +7,7 @@ volumes:
site_packages: site_packages:
vscode_server: vscode_server:
services: services:
apache: apache:
build: build:

View File

@ -6,6 +6,7 @@ volumes:
pip_cache: pip_cache:
site_packages: site_packages:
services: services:
nginx: nginx:
build: build:

View File

@ -6,6 +6,7 @@ volumes:
pip_cache: pip_cache:
site_packages: site_packages:
services: services:
nginx: nginx:
build: build: