postgres docker compose file deleted
This commit is contained in:
parent
25ef5660fa
commit
51d6a5871a
@ -1,16 +0,0 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
container_name: cftunnel-db
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_DB: cftunnel
|
||||
POSTGRES_USER: root
|
||||
POSTGRES_PASSWORD: password
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
Loading…
Reference in New Issue
Block a user