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

10 lines
163 B
YAML
Raw Normal View History

2025-02-24 15:48:52 +01:00
services:
backend:
2025-03-03 21:51:01 +01:00
image: facturio
2025-02-24 15:48:52 +01:00
build:
context: .
args:
- POSTGRES_VERSION=17
2025-02-24 23:43:55 +01:00
- PYTHON_VERSION=3.13
2025-02-24 15:48:52 +01:00
target: release