This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/docker-compose.build.yml
2025-03-03 21:51:01 +01:00

9 lines
163 B
YAML

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