Docker architecture and flows

Understand the services, networks and dependencies of the stack.

Overview

The stack is split into dedicated services: public front end, Payload back office, PostgreSQL database and S3-compatible object storage.

docker-compose.yml excerptYAML
services:
  front:
    build: ./front
    depends_on:
      - bo

  bo:
    build: ./bo
    depends_on:
      - postgres
      - object-storage

  postgres:
    image: postgres:16-alpine

  object-storage:
    image: dxflrs/garage:v2.2.0

Go back to Quick start to run the basic commands.

Once the architecture is clear, move on to VPS deployment (pre-production).

WebPHL logo

Need help? Get in touch

Tell us what you need and we will get back to you quickly.

Loading the anti-spam check...

Subscribe to the newsletter

Get our news and updates straight to your inbox.

Loading the anti-spam check…

We never share your email. No spam.