Andrew0Hill / NURS6293_environment

0 stars 0 forks source link

Replace Docker volumes with local file mounts #8

Open mgkahn opened 1 week ago

mgkahn commented 1 week ago

For Postgres and all other local file saves.

PG example: postgres: container_name: postgres_container image: postgres environment: POSTGRES_USER: ${POSTGRES_USER:-postgres} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-changeme} PGDATA: /data/postgres volumes: