add volume for app config; add minio tag
This commit is contained in:
parent
82c4d1f5cc
commit
43e3a2db09
|
@ -29,6 +29,8 @@ services:
|
||||||
- app_pg
|
- app_pg
|
||||||
- redis
|
- redis
|
||||||
- minio
|
- minio
|
||||||
|
volumes:
|
||||||
|
- ./config:/build/config
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.recipes_app.entrypoints=websecure"
|
- "traefik.http.routers.recipes_app.entrypoints=websecure"
|
||||||
|
@ -58,7 +60,7 @@ services:
|
||||||
|
|
||||||
# minio
|
# minio
|
||||||
minio:
|
minio:
|
||||||
image: bitnami/minio:latest
|
image: bitnami/minio:2024.1.16-debian-11-r0
|
||||||
container_name: minio
|
container_name: minio
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
Loading…
Reference in New Issue