services: backend: image: facturio build: context: . args: - POSTGRES_VERSION=17 - PYTHON_VERSION=3.13 target: release