wip trying to create debug folder

This commit is contained in:
asus
2024-02-06 19:32:24 +01:00
parent bb844a428b
commit 217b20e7ae
4 changed files with 17 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ services:
volumes:
- wp_volume:${WP_VOLUME_DIR}
- wp_plugins:${WP_VOLUME_PLUGINS}
- error_logs:${ERRORS_LOGS_VOLUME}
build:
context: ./requirements/wordpress
args:
@@ -97,6 +98,12 @@ volumes:
type: none
o: "bind"
device: ${HOST_VOLUME_PLUGINS}
error_logs:
driver: local
driver_opts:
type: none
o: "bind"
device: ${HOST_VOLUME_ERROR_LOGS}
networks:
inception: