mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 19:48:31 +01:00
15 lines
428 B
YAML
15 lines
428 B
YAML
version: '3'
|
|
services:
|
|
soundlib:
|
|
image: harbor-registry.atlantishq.de/atlantishq/atlantis-soundlib:latest
|
|
restart: always
|
|
ports:
|
|
- "6014:5000"
|
|
environment:
|
|
S3_BUCKET: soundlib
|
|
AWS_ACCESS_KEY_ID: {{ SOUNDLIB_AWS_ACCESS_KEY_ID }}
|
|
AWS_SECRET_ACCESS_KEY: {{ SOUNDLIB_AWS_SECRET_ACCESS_KEY }}
|
|
S3_ENDPOINT: {{ SOUNDLIB_S3_ENDPOINT }}
|
|
volumes:
|
|
- /data/soundlib/:/app/instance/
|