Merge branch 'main' of ssh://gitlab.jafner.net:2229/Jafner/homelab
This commit is contained in:
commit
e93191fc70
@ -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:
|
||||
|
5
server/config/megan-portfolio/upload.ini
Normal file
5
server/config/megan-portfolio/upload.ini
Normal file
@ -0,0 +1,5 @@
|
||||
file_uploads = On
|
||||
memory_limit = 1G
|
||||
upload_max_filesize = 1G
|
||||
post_max_size = 1G
|
||||
max_execution_time = 600
|
Loading…
Reference in New Issue
Block a user