Newer
Older
version: "3.7"
# General deployment config
x-app: &app
deploy:
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
ports:
- 8080
services:
# Deploy nshmp-netcdf with CONUS 2018 static data
<<: *app
image: ${REGISTRY}/${CI_PROJECT_NAME}:${DATA_CONUS_2018A}
environment:
NSHM: CONUS_2018