Merge pull request #347 from getmaxun/docker-updates
feat: docker setup upgrade instructions
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
|||||||
#build:
|
#build:
|
||||||
#context: .
|
#context: .
|
||||||
#dockerfile: server/Dockerfile
|
#dockerfile: server/Dockerfile
|
||||||
image: getmaxun/maxun-backend:v0.0.11
|
image: getmaxun/maxun-backend:latest
|
||||||
ports:
|
ports:
|
||||||
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
|
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
#build:
|
#build:
|
||||||
#context: .
|
#context: .
|
||||||
#dockerfile: Dockerfile
|
#dockerfile: Dockerfile
|
||||||
image: getmaxun/maxun-frontend:v0.0.8
|
image: getmaxun/maxun-frontend:latest
|
||||||
ports:
|
ports:
|
||||||
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
|
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|||||||
@@ -278,11 +278,6 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
docker-compose down
|
docker-compose down
|
||||||
<br />
|
<br />
|
||||||
<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
|
# pull latest docker images
|
||||||
<br />
|
<br />
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|||||||
Reference in New Issue
Block a user