fickit: Add a second remote-challenge-sync container in parallel
This commit is contained in:
parent
9dbf34f4d3
commit
59344893cb
@ -218,6 +218,18 @@ services:
|
||||
mkdir:
|
||||
- /var/lib/fic/remote
|
||||
net: /run/netns/nginx
|
||||
- name: fic-remote-challenge-sync
|
||||
image: alpine:3
|
||||
env:
|
||||
- AIRBUS_BASEURL_FILE=/run/config/remote_sync/baseurl
|
||||
- AIRBUS_TOKEN_FILE=/run/config/remote_sync/token
|
||||
- AIRBUS_SESSION_NAME_FILE=/run/config/remote_sync/session_name
|
||||
binds:
|
||||
- /etc/hosts:/etc/hosts:ro
|
||||
- /run/config/remote_sync/:/run/config/remote_sync/:ro
|
||||
- /var/lib/fic/teams:/srv/TEAMS:ro
|
||||
- /var/lib/fic/remote:/srv/REMOTE
|
||||
net: /run/netns/nginx
|
||||
- name: sshd
|
||||
image: nemunaire/rsync:a3d76b2dd0a9ad73be44dc77ad765b20d96a3285
|
||||
capabilities:
|
||||
|
Loading…
x
Reference in New Issue
Block a user