mirror of
https://github.com/sussy-code/docs.git
synced 2026-03-11 17:55:41 +00:00
Docker support!
This commit is contained in:
parent
99bf7a39bf
commit
2b6bc89497
3 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ This method provides a straightforward setup with minimal configuration. For mor
|
||||||
networks:
|
networks:
|
||||||
- sudo-flix-network
|
- sudo-flix-network
|
||||||
sudo-flix:
|
sudo-flix:
|
||||||
image: ghcr.io/sudo-flix/backend:latest
|
image: ghcr.io/sussy-code/backend:latest
|
||||||
environment:
|
environment:
|
||||||
MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend
|
MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend
|
||||||
MWB_CRYPTO__SESSION_SECRET: 32CharacterLongStringHere
|
MWB_CRYPTO__SESSION_SECRET: 32CharacterLongStringHere
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
- sudo-flix-network
|
- sudo-flix-network
|
||||||
|
|
||||||
sudo-flix-backend:
|
sudo-flix-backend:
|
||||||
image: ghcr.io/sudo-flix/backend:latest
|
image: ghcr.io/sussy-code/backend:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
MWB_SERVER__CORS: "https://movie-backend.example.tld https://movie.example.tld"
|
MWB_SERVER__CORS: "https://movie-backend.example.tld https://movie.example.tld"
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
sudo-flix-proxy:
|
sudo-flix-proxy:
|
||||||
image: ghcr.io/sudo-flix/simple-proxy:latest
|
image: ghcr.io/sussy-code/sudo-proxy:latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -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!
|
[Deploying with Netlify](#method-1-netlify-easy) is easier and safer to do! You are exposing your server at your own risk!
|
||||||
</Warning>
|
</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`.
|
The container exposes the HTTP port (Without TLS/SSL) as `3000/TCP`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue