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.7" services: database: image: postgres restart: always env_file: - .env ports: - "5432:5432" volumes: - data:/var/lib/postgresql/data server: depends_on: - database build: context: . dockerfile: Dockerfile environment: DB_HOST: database DB_PORT: 3306 DB_USER: root DB_PASSWORD: mauFJcuf5dhRMQrjj DB_NAME: quotes networks: - default ports: - "8080:8080" volumes: data:
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