Skip to content

Commit

Permalink
complete opi/iocs->opi/auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 24, 2024
1 parent 22bd001 commit 1bf53b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 3.6.0-1-g6a5215b
_commit: 3.6.0-1-g8dad095
_src_path: gh:epics-containers/services-template-compose
description: example IOC Instances and Services using docker compose
services: example
4 changes: 2 additions & 2 deletions opi/demo.bob
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<name>OpenDisplay</name>
<actions>
<action type="open_display">
<file>iocs/bl01t-di-cam-01/index.bob</file>
<file>auto-generated/bl01t-di-cam-01/index.bob</file>
<macros>
<P>BL01T-EA-TST-01</P>
<R>:DET:</R>
Expand All @@ -461,7 +461,7 @@
<name>OpenDisplay_1</name>
<actions>
<action type="open_display">
<file>iocs/bl01t-mo-sim-01/index.bob</file>
<file>auto-generated/bl01t-mo-sim-01/index.bob</file>
<macros>
<P>BL01T-EA-TST-01</P>
<R>:PVA:</R>
Expand Down
2 changes: 1 addition & 1 deletion services/.ioc_template/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
IOC_NAME: replace_me

volumes:
- ../../opi/iocs/replace_me:/epics/opi
- ../../opi/auto-generated/replace_me:/epics/opi

configs:
- source: replace_me_config
Expand Down
2 changes: 1 addition & 1 deletion services/bl01t-di-cam-01/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
IOC_PREFIX: BL01T-DI-CAM-01

volumes:
- ../../opi/iocs/bl01t-di-cam-01:/epics/opi
- ../../opi/auto-generated/bl01t-di-cam-01:/epics/opi

command: /epics/ioc/start.sh

Expand Down
2 changes: 1 addition & 1 deletion services/bl01t-ea-test-01/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
IOC_PREFIX: BL01T-EA-TEST-01

volumes:
- ../../opi/iocs/bl01t-ea-test-01:/epics/opi
- ../../opi/auto-generated/bl01t-ea-test-01:/epics/opi

configs:
- source: bl01t-ea-test-01_config
Expand Down

0 comments on commit 1bf53b5

Please sign in to comment.