mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 19:28:33 +01:00
13 lines
349 B
YAML
13 lines
349 B
YAML
version: '3'
|
|
services:
|
|
image-factory:
|
|
image: harbor-registry.atlantishq.de/atlantishq/atlantis-image-factory:latest
|
|
restart: always
|
|
ports:
|
|
- "{{ services[item].port + 1000 }}:5000"
|
|
environment:
|
|
UPLOAD_ENABLED: "yes"
|
|
PICTURES_DIRECTORY: pictures
|
|
volumes:
|
|
- "/data/image-factory/pictures/:/app/pictures/"
|