Skip to content

Commit

Permalink
Docker support!
Browse files Browse the repository at this point in the history
  • Loading branch information
sussy-code committed May 2, 2024
1 parent 99bf7a3 commit 2b6bc89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/backend/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pages/extra/selfhost.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pages/proxy/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 2b6bc89

Please sign in to comment.