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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue