From 18753355143fe01311ea4f221b89888656672028 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Sun, 30 Jun 2024 08:20:27 +0100 Subject: [PATCH] simplify init --- include/init.sh | 4 ++++ include/init.yml | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/include/init.sh b/include/init.sh index d5e217b..cb3e9d1 100644 --- a/include/init.sh +++ b/include/init.sh @@ -1,5 +1,9 @@ #!/bin/sh +# The init service shell script - initialises the opi volume with any custom +# bob files from this repo and ensures that each IOC has a subfolder in the +# volume. + # copy in any opi files from the repo cp -r /repo/opi/* /opi; diff --git a/include/init.yml b/include/init.yml index 5a20893..e9c064b 100644 --- a/include/init.yml +++ b/include/init.yml @@ -13,14 +13,6 @@ services: command: | sh /repo/include/init.sh - labels: - ioc_group: bl01t - is_ioc: false - location: localhost - - tty: true - stdin_open: true - volumes: - opi:/opi/ - ..:/repo \ No newline at end of file