1 2 3 4 5 6 7 8 9
services: postgres: image: postgres:18 environment: POSTGRES_PASSWORD: postgres ports: - target: 5432 published: 5432 mode: host