mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 23:18:33 +01:00
feat: add sftp to ferchau wscad
This commit is contained in:
@@ -79,6 +79,9 @@ harbor_registry_user: harbor
|
||||
harbor_registry_password: HISTORY_PURGED_SECRET
|
||||
harbor_admin_password: 20Dino00
|
||||
|
||||
ferchau_sftp_user: dkeipp
|
||||
ferchau_sftp_password: HISTORY_PURGED_SECRET
|
||||
|
||||
keycloak_clients:
|
||||
python-flask-picture-factory:
|
||||
party_secret : "HISTORY_PURGED_SECRET"
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
ferchau-wscad:
|
||||
services:
|
||||
ferchau-wscad:
|
||||
image: harbor-registry.atlantishq.de/guenter/wscad-server
|
||||
restart: always
|
||||
ports:
|
||||
- 6019:5000
|
||||
image: harbor-registry.atlantishq.de/guenter/wscad-server
|
||||
volumes:
|
||||
- data:/app/data/
|
||||
openssh-server:
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- SUDO_ACCESS=false
|
||||
- PASSWORD_ACCESS=true
|
||||
- USER_NAME={{ ferchau_sftp_user }}
|
||||
- USER_PASSWORD={{ ferchau_sftp_password }}
|
||||
volumes:
|
||||
- data:/config/data
|
||||
ports:
|
||||
- 2222:2222
|
||||
volumes:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user