mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: microservices be gone (#9551)
* feat: microservices be gone and api is a worker now too * chore: remove very old startup scripts, surely nobody is using these anymore, right? right?....
This commit is contained in:
parent
ff52300624
commit
85aca2bb54
12 changed files with 206 additions and 190 deletions
|
|
@ -61,3 +61,4 @@ ENV PATH="${PATH}:/usr/src/app/bin"
|
|||
VOLUME /usr/src/app/upload
|
||||
EXPOSE 3001
|
||||
ENTRYPOINT ["tini", "--", "/bin/bash"]
|
||||
CMD ["start.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue