Skip to content

Commit

Permalink
Update Docker Compose files with new volume configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Apr 30, 2024
1 parent db5a0be commit 8ef137e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ volumes:
pip_cache:
site_packages:


services:
apache:
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ volumes:
site_packages:
vscode_server:


services:
apache:
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ volumes:
pip_cache:
site_packages:


services:
nginx:
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ volumes:
pip_cache:
site_packages:


services:
nginx:
build:
Expand Down

0 comments on commit 8ef137e

Please sign in to comment.