fix(postgresql): added environment for image

darta 2022-01-25 20:06:41 +01:00
parent 710f0b9919
commit 49317f78f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
isard-apps-postgresql:
image: postgres:13.5-alpine3.15
image: ${POSTGRESQL_IMG-postgres:13.5-alpine3.15}
container_name: isard-apps-postgresql
restart: unless-stopped
env_file: .env