mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 04:42:12 +01:00
update docker compose
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
version: "3.9"
|
||||
volumes:
|
||||
explainegy_pg:
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
container_name: explainegy_postgres
|
||||
volumes:
|
||||
- ./docker_data/postgres:/var/lib/postgresql/data
|
||||
- explainegy_pg:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_DB=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
|
||||
Reference in New Issue
Block a user