Merge branch 'main' of ssh://gitlab.jafner.net:2229/Jafner/homelab

This commit is contained in:
Joey Hafner 2022-07-20 12:57:15 -07:00
commit e93191fc70
2 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,7 @@ services:
WORDPRESS_DB_NAME: wordpressdb
volumes:
- ${DOCKER_DATA}/html:/var/www/html
- ./upload.ini:/usr/local/etc/php/conf.d/uploads.ini
labels:
- traefik.http.routers.megan-portfolio.rule=Host(`meganmcdonough.art`)
- traefik.http.routers.megan-portfolio.tls.certresolver=lets-encrypt
@ -40,4 +41,4 @@ services:
networks:
web:
external: true
portfolio:
portfolio:

View File

@ -0,0 +1,5 @@
file_uploads = On
memory_limit = 1G
upload_max_filesize = 1G
post_max_size = 1G
max_execution_time = 600