version: "3" services: static-websites: build: . container_name: ${NG_CONTAINER_NAME:-nginx-static-websites} restart: ${NG_RESTART:-unless-stopped} volumes: - ${LOCAL_STACK_DIR}/data:/data:ro - ${LOCAL_STACK_DIR}/config:/config:ro env_file: - static-websites.env environment: - TZ=${TZ} networks: default: external: name: ${NETWORK}