Deploy server compose customization
This commit is contained in:
parent
ab3cdbdb3f
commit
ee4d67f2b6
@ -11,6 +11,8 @@ services:
|
||||
- sample.env
|
||||
ports:
|
||||
- 127.0.0.1:3306:3306
|
||||
volumes:
|
||||
- /srv/pv/omeka/db/:/var/lib/mysql/
|
||||
|
||||
omeka:
|
||||
image: omeka-docker-dev
|
||||
@ -21,8 +23,8 @@ services:
|
||||
volumes:
|
||||
- ./config/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./config/database.ini:/var/www/html/omeka-s/config/database.ini
|
||||
- ./assets/modules/:/var/www/html/omeka-s/modules/
|
||||
- ./assets/themes/:/var/www/html/omeka-s/themes/
|
||||
- /srv/pv/omeka/assets/modules/:/var/www/html/omeka-s/modules/
|
||||
- /srv/pv//assets/themes/:/var/www/html/omeka-s/themes/
|
||||
|
||||
#volumes:
|
||||
# omeka:
|
||||
|
Loading…
Reference in New Issue
Block a user