version: '3.7' services: web: build: ./web image: icnml_web volumes: - /etc/localtime:/etc/localtime:ro ports: - 80:5000 env_file: - ./config/web.env redis: build: redis image: icnml_redis volumes: - /etc/localtime:/etc/localtime:ro