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:
context: .
dockerfile: Dockerfile
no_cache: true
pull_policy: build
container_name: deafgain-website-web-1
ports:
- "804:804"
@ -23,6 +25,8 @@ services:
build:
context: .
dockerfile: Dockerfile.api
no_cache: true
pull_policy: build
container_name: deafgain-website-api-1
depends_on:
- redis