Add rebuild flags

This commit is contained in:
TheMaddax 2025-06-15 16:50:23 -06:00
parent b214427fda
commit b1e7d29677

View file

@ -3,6 +3,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
no_cache: true
pull_policy: build
container_name: deafgain-website-web-1 container_name: deafgain-website-web-1
ports: ports:
- "804:804" - "804:804"
@ -23,6 +25,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile.api dockerfile: Dockerfile.api
no_cache: true
pull_policy: build
container_name: deafgain-website-api-1 container_name: deafgain-website-api-1
depends_on: depends_on:
- redis - redis