dc4eu / vc

European Wallet
BSD 2-Clause "Simplified" License
0 stars 2 forks source link

docker-compose.yaml variables possible? #59

Closed MFrank2 closed 3 months ago

MFrank2 commented 3 months ago

Is it possible to set the FQDN of the images in a variable? Our server is not allowed to connect directly to the internet, we pull the containers via our jfrog artifactory.

Example: services: apigw: container_name: "vc_dev_apigw" image: docker.sunet.se/dc4eu/apigw:latest restart: always volumes:

The bold formatted "docker.sunet.se" would have to be in a variable that we have to set at startup. The same for redis/mongo/jaeger.

masv3971 commented 3 months ago

As stated in the README file in this repo, this repo and its tools and scripts is intended for developers. However I have made this repo (https://github.com/dc4eu/vc_up_and_running) intended for running the code.

I will update the README in this repo with this info and add url in variable in vc_up_and_running repo.

MFrank2 commented 3 months ago

Seems fine