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