Skip to content
Snippets Groups Projects

124 continued - exported variables updated for consistency

2 files
+ 7
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -84,7 +84,7 @@ services:
@@ -84,7 +84,7 @@ services:
# custom.funcs.sh and the custom.config.sh as well. Probably just do not
# custom.funcs.sh and the custom.config.sh as well. Probably just do not
# ever do this...
# ever do this...
web:
web:
image: ${REGISTRY}/${IMAGE_NAME}
image: ${REGISTRY_IMAGE}${IMAGE_TAG}
deploy:
deploy:
restart_policy:
restart_policy:
condition: any
condition: any
Loading