Docker support!

This commit is contained in:
sussy-code 2024-05-02 19:17:47 +00:00
parent 99bf7a39bf
commit 2b6bc89497
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ This method provides a straightforward setup with minimal configuration. For mor
networks:
- sudo-flix-network
sudo-flix:
image: ghcr.io/sudo-flix/backend:latest
image: ghcr.io/sussy-code/backend:latest
environment:
MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend
MWB_CRYPTO__SESSION_SECRET: 32CharacterLongStringHere

View File

@ -28,7 +28,7 @@
- sudo-flix-network
sudo-flix-backend:
image: ghcr.io/sudo-flix/backend:latest
image: ghcr.io/sussy-code/backend:latest
restart: unless-stopped
environment:
MWB_SERVER__CORS: "https://movie-backend.example.tld https://movie.example.tld"
@ -68,7 +68,7 @@
restart: unless-stopped
sudo-flix-proxy:
image: ghcr.io/sudo-flix/simple-proxy:latest
image: ghcr.io/sussy-code/sudo-proxy:latest
ports:
- "3000:3000"
networks:

View File

@ -206,7 +206,7 @@ Experience with Docker, domains and web hosting is **highly recommended** for th
[Deploying with Netlify](#method-1-netlify-easy) is easier and safer to do! You are exposing your server at your own risk!
</Warning>
Our `simple-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sudo-flix/simple-proxy:latest`](https://ghcr.io/sudo-flix/simple-proxy:latest)
Our `simple-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sussy-code/sudo-proxy:latest`](https://ghcr.io/sussy-code/sudo-proxy:latest)
The container exposes the HTTP port (Without TLS/SSL) as `3000/TCP`.