Co-authored-by: Dan Church <h3xx@users.noreply.github.com> Co-authored-by: Piotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com>
@@ -33,4 +33,4 @@ jobs:
push: true
tags: |
markoshust/magento-nginx:1.24
- markoshust/magento-nginx:1.24-0
+ markoshust/magento-nginx:1.24-1
@@ -28,3 +28,10 @@ services:
- "8080:80"
depends_on:
- db
+
+ ## Selenium support, uncomment to enable
+ #selenium:
+ # image: selenium/standalone-chrome-debug:3.8.1
+ # ports:
+ # - "5900:5900"
+ # extra_hosts: *appextrahosts
@@ -135,13 +135,6 @@ services:
# - "8307"
# env_file: env/blackfire.env
- ## Selenium support, uncomment to enable
- #selenium:
- # image: selenium/standalone-chrome-debug:3.8.1
- # ports:
- # - "5900:5900"
- # extra_hosts: *appextrahosts
-
volumes:
appdata:
dbdata:
@@ -1,5 +1,5 @@
FROM nginx:1.24-alpine
-MAINTAINER Mark Shust <mark@shust.com>
+LABEL maintainer="Mark Shust <mark@shust.com>"
ARG APP_ID=1000
@@ -30,7 +30,7 @@ http {
#gzip on;
- client_max_body_size 20M;
+ client_max_body_size 100M;
include /etc/nginx/conf.d/*.conf;
}