add volume for app config; add minio tag

This commit is contained in:
yyasha 2024-01-31 12:20:32 +03:00
parent 82c4d1f5cc
commit 43e3a2db09
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ services:
- app_pg
- redis
- minio
volumes:
- ./config:/build/config
labels:
- "traefik.enable=true"
- "traefik.http.routers.recipes_app.entrypoints=websecure"
@ -58,7 +60,7 @@ services:
# minio
minio:
image: bitnami/minio:latest
image: bitnami/minio:2024.1.16-debian-11-r0
container_name: minio
restart: unless-stopped
env_file: .env