updated docker compose

This commit is contained in:
Nabil Ould Hamou 2024-02-29 23:21:56 +01:00
parent 09724d5672
commit 58444a3c3e
No known key found for this signature in database
GPG key ID: 2B1AE73E9B6014EF

View file

@ -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: