version: '3.8' services: nginx: container_name: nginx image: nginx:1.19.4 restart: always volumes: - ${WEBAPP_STORAGE_HOME}/nginx:/etc/nginx/templates depends_on: - irt irt: container_name: irt image: figaf/irt:2.15.3-SNAPSHOT-rc10 restart: always volumes: - ${WEBAPP_STORAGE_HOME}/glowroot:/glowroot - ${WEBAPP_STORAGE_HOME}/nginx:/nginx