Andrew0Hill / NURS6293_environment

Docker-based environment to provide desktop interface and database access for NURS 6293.
0 stars 0 forks source link

Replace Docker volumes with local file mounts #8

Closed mgkahn closed 1 month ago

mgkahn commented 2 months 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:

Andrew0Hill commented 1 month ago

Postgres and Webtop images now use local share mounts.