Skip to content

Commit

Permalink
Add Phoebus deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MJGaughran committed Oct 1, 2024
1 parent 22b22ed commit 2e93a65
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/deploy_tools/demo_configuration/phoebus/0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=/workspaces/deploy-tools/src/deploy_tools/models/schemas/module.json

metadata:
name: phoebus
version: "0.1"
description: Containerised release of CSS Phoebus

applications:
- app_config:
app_type: apptainer

container:
path: docker://ghcr.io/epics-containers/ec-phoebus
version: "4.7.3ec2"

entrypoints:
- executable_name: phoebus
command: java -jar /phoebus/phoebus.jar -server 7010
options:
apptainer_args: --env DISPLAY=${DISPLAY} -e
command_args: -server 7010

0 comments on commit 2e93a65

Please sign in to comment.