diff --git a/images/docker-compose-opcua.yml b/images/docker-compose-opcua.yml new file mode 100644 index 0000000..1a0f009 --- /dev/null +++ b/images/docker-compose-opcua.yml @@ -0,0 +1,13 @@ +services: + ioc: + image: ghcr.io/cnpem/opcua-epics-ioc + build: + context: ./ + dockerfile: ../Dockerfile + target: no-build + labels: + org.opencontainers.image.source: https://github.com/cnpem/epics-in-docker + args: + REPONAME: opcua + RUNDIR: /opt/epics/modules/opcua + RUNTIME_PACKAGES: libxml2 libssl1.1