immich/docker
Zack Pollard 1a3d05ffc3
chore: improve default setup (#234)
* chore: remove UPLOAD_LOCATION as it isn't used in the server

* docker: remove network in docker compose as docker creates one by default

* nginx: update reverse proxy to put web at root and api at /api

* docker: remove unneeded exposed ports and docker network

Align dev setup with prod, but with ports exposed for direct connection
Most communication between services happens on the internal network, so we don't need to expose all these services.
With the nginx changes, the api and web panel are both server through the reverse proxy on / for web and /api for the API.
The only service that should expose ports is nginx as that is the entrypoint to the application.

* chore: remove CORS now we serve the api on /api in the default setup

* docs: update README.md to include /api

* Fixed docket-compose file for dev environment and websocket on web and mobile

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-06-23 22:18:50 -05:00
..
settings/nginx-conf chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
.env.example chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
.env.test chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
docker-compose.dev.yml chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
docker-compose.staging.yml chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
docker-compose.test.yml chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
docker-compose.yml chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00