- Now use rx3/server-mga9:1.1.3 image,

- Add pwauth auth program,
- Increase php params:
    - memory_limit from 128M to 512M,
    - upload_max_filesize from 16M to 32M,
    - post_max_size from 8M to 32M,
- Don't expose unneeded /var/www/html in compose file,
- Use now docker_tools for .env building.
This commit is contained in:
2024-10-04 17:43:55 +02:00
parent 08ec413f3a
commit 62cd36b12b
4 changed files with 44 additions and 13 deletions

View File

@@ -26,8 +26,11 @@ services:
APACHE_GID: ${APACHE_GID}
APACHE_DOC_ROOT: ${APACHE_DOC_ROOT}
# volumes:
# - ./var/www/html:/var/www/html
network_mode: bridge
ports:
- "127.0.0.1:9011:9001"
- "127.0.0.1:8080:80"
- "127.0.0.1:${WEBAPP_SV_PORT}:9001"
- "127.0.0.1:${WEBAPP_PORT}:80"