We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
version: '3.4' services: postgres: container_name: postgres-01 image: postgres:14.1-alpine restart: always environment: - POSTGRES_DB=postgres_test - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres_123456 - TZ=Asia/Ho_Chi_Minh expose: - 5432 ports: - 5432:5432 volumes: - postgres-db:/var/lib/postgresql/data volumes: postgres-db: driver: local
version: '3.4' services: postgres: container_name: postgres-02 image: postgres:14.1-alpine restart: always environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres_123456 - TZ=Asia/Ho_Chi_Minh expose: - 5432 ports: - 5433:5432 volumes: - postgres-db:/var/lib/postgresql/data volumes: postgres-db: external: true
2.2K Point(s)
1.2K Point(s)
313 Point(s)
178 Point(s)
138 Point(s)
Input your email to receive reset password link, or if you remember your password, you can click