update nginx and docker-compose file

This commit is contained in:
Alex Tran 2022-02-05 23:28:07 -06:00
parent bddc3d97a6
commit 782621c7b9
2 changed files with 6 additions and 4 deletions

View file

@ -10,10 +10,10 @@ services:
target: development
dockerfile: ./Dockerfile-minimal
command: yarn start:dev
# ports:
# - "3000:3000"
expose:
- 3000
ports:
- "3000:3000"
# expose:
# - 3000
volumes:
- .:/usr/src/app
- userdata:/usr/src/app/upload

View file

@ -1,4 +1,6 @@
server {
client_max_body_size 50000M;
listen 80;
location / {