everything(everything): simply saving work
This commit is contained in:
parent
0f2761cd61
commit
76ca7b9c32
25 changed files with 1330 additions and 561 deletions
|
@ -24,7 +24,7 @@ services:
|
|||
- ../.git
|
||||
- mysql_schema.sql
|
||||
volumes:
|
||||
- website_datavolume:/var/www/html/raw
|
||||
- ../.docker_vols/web:/var/www/html/raw
|
||||
|
||||
mysql:
|
||||
build:
|
||||
|
@ -42,7 +42,4 @@ services:
|
|||
- path: mysql_schema.sql
|
||||
action: rebuild
|
||||
volumes:
|
||||
- sqlvolume:/var/lib/mysql
|
||||
volumes:
|
||||
sqlvolume: {}
|
||||
website_datavolume: {}
|
||||
- ../.docker_vols/sql:/var/lib/mysql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue