changed to actual postgres version
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
postgres:
|
||||
container_name: postgres_app
|
||||
image: postgres:15.5-alpine3.19
|
||||
container_name: bizmatchdb
|
||||
image: postgres:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- bizmatch_volume:/var/lib/postgresql/data
|
||||
- ${PWD}/bizmatchdb-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
@@ -20,7 +18,3 @@ services:
|
||||
networks:
|
||||
bizmatch:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
bizmatch_volume:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user