mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
142ede350e
* feat: create immich-proxy container to remove default nginx config setup * infra: make production docker-compose point at release builds for stability * Fixed nginx config file was overriden by default.conf in nginx container; Fixed docker-compose.dev; Added additional tag 'release' for tagging after release build in Github Action Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
3 lines
66 B
Docker
3 lines
66 B
Docker
FROM nginx:latest
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|