diff --git a/docker-compose.yml b/docker-compose.yml index 0ee13317..3afc6dec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -65,6 +65,7 @@ services: backend: # By default, Compose will pull image from Docker Hub when no local image found. image: basicai/xtreme1-backend:v0.8 + pull_policy: always # Uncomment this line and comment previous line to build image locally, not pull from Docker Hub. # build: ./backend ports: @@ -95,6 +96,7 @@ services: frontend: # By default, Compose will pull image from Docker Hub when no local image found. image: basicai/xtreme1-frontend:v0.8 + pull_policy: always # Uncomment this line and comment previous line to build image locally, not pull from Docker Hub. # build: ./frontend ports: