services: postgres: image: postgres:16 container_name: fleet-ble-monitor-postgres restart: unless-stopped environment: POSTGRES_DB: fleet_ble_monitor POSTGRES_USER: fleet_user POSTGRES_PASSWORD: fleet_password ports: - "${POSTGRES_HOST_PORT:-55432}:5432" volumes: - fleet_ble_monitor_pg:/var/lib/postgresql/data volumes: fleet_ble_monitor_pg: