remove second compose YML
parent
4d0dfc8083
commit
8dbdb70f5c
@ -1,21 +0,0 @@
|
||||
version: '3'
|
||||
|
||||
# set database password in .env
|
||||
# please don't use quote (') or (") symbols in variables
|
||||
|
||||
services:
|
||||
db:
|
||||
image: cthulhoo/ttrss-db-pgsql-12-count-bits:${BUILD_TAG}
|
||||
build:
|
||||
context:
|
||||
./db
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
||||
volumes:
|
||||
db:
|
||||
|
Loading…
Reference in New Issue