updated docker compose
This commit is contained in:
parent
09724d5672
commit
58444a3c3e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
platform: linux/arm64
|
||||||
image: ouldhamounabil/azote-backend
|
image: ouldhamounabil/azote-backend
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
@ -12,7 +13,7 @@ services:
|
||||||
JWT_SECRET: "${JWT_SECRET}"
|
JWT_SECRET: "${JWT_SECRET}"
|
||||||
GIN_MODE: "${GIN_MODE}"
|
GIN_MODE: "${GIN_MODE}"
|
||||||
volumes:
|
volumes:
|
||||||
- ./assets:/data/assets
|
- "azote-assets:/data/assets"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
assets:
|
azote-assets:
|
||||||
|
|
Loading…
Add table
Reference in a new issue