Merge pull request #347 from getmaxun/docker-updates

feat: docker setup upgrade instructions
This commit is contained in:
Karishma Shukla
2025-01-13 16:14:30 +05:30
committed by GitHub
2 changed files with 2 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ services:
#build:
#context: .
#dockerfile: server/Dockerfile
image: getmaxun/maxun-backend:v0.0.11
image: getmaxun/maxun-backend:latest
ports:
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
env_file: .env
@@ -70,7 +70,7 @@ services:
#build:
#context: .
#dockerfile: Dockerfile
image: getmaxun/maxun-frontend:v0.0.8
image: getmaxun/maxun-frontend:latest
ports:
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
env_file: .env

View File

@@ -278,11 +278,6 @@ export const NavBar: React.FC<NavBarProps> = ({
docker-compose down
<br />
<br />
# replace existing docker-compose file with new one by copy pasting the code from
<br />
<a href="https://github.com/getmaxun/maxun/blob/develop/docker-compose.yml">Latest Docker Compose</a>
<br />
<br />
# pull latest docker images
<br />
docker-compose pull