Skip to content

Commit

Permalink
#105: proof of concept override
Browse files Browse the repository at this point in the history
  • Loading branch information
yiendos committed Jul 15, 2023
1 parent 1f7de77 commit de44cd5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docker-compose-override-sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#docker-compose.yml (Development Override)
version: "3.8"

services:

#docker compose up
joomlatools-server:

volumes:
- ./sites/:/var/www/sites

# Sites Cache
- ./data/sites:/mnt/www/sites

# MySQL Data
- ./data/mysql:/mnt/www/mysql
#- mysql:/mnt/www/mysql

# Include any of the following for local development

# Composer Vendor
#- ./vendor:/tmp/www/vendor

# Joomlatools Framework
#- ~/Projects/joomlatools-framework:/var/www/[site]/joomla/libraries/joomlatools/code

# Joomlatools Pages
#- ~/Projects/joomlatools-pages:/var/www/sites/[site]/libraries/joomlatools-components/pages/code
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- ./data/sites:/mnt/www/sites

# MySQL Data
- ./data/mysql:/mnt/www/mysql
#- ./data/mysql:/mnt/www/mysql
#- mysql:/mnt/www/mysql

# Include any of the following for local development
Expand Down

0 comments on commit de44cd5

Please sign in to comment.