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.yml

15 lines
245 B
YAML
Raw Permalink Normal View History

services:
api:
image: facturio
build:
context: .
dockerfile: Dockerfile
args:
GID: ${GID:-1000}
UID: ${UID:-1000}
target: development
ports:
- "8000:8000"
volumes:
- .:/app:Z