1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
version: '3' services: blog_nsfisis_nginx: image: nginx volumes: - ./nginx.conf:/etc/nginx/conf.d/default.conf - ./docs:/public expose: - 80 environment: TZ: Asia/Tokyo restart: always networks: default: external: name: nsfisis_dev_shared