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