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:
Zack Pollard 2024-05-17 14:44:30 +01:00 committed by GitHub
parent ff52300624
commit 85aca2bb54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 206 additions and 190 deletions

View file

@ -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"]