Deploy server compose customization

This commit is contained in:
tms 2023-09-25 13:48:49 +02:00
parent ab3cdbdb3f
commit ee4d67f2b6
1 changed files with 4 additions and 2 deletions

View File

@ -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: