Add rebuild flags
This commit is contained in:
parent
b214427fda
commit
b1e7d29677
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue